summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-3.15/core' of git://git.kernel.dk/linux-blockLinus Torvalds2014-04-021-2/+2
|\
| * smp: Rename __smp_call_function_single() to smp_call_function_single_async()Frederic Weisbecker2014-02-241-1/+1
| * smp: Remove wait argument from __smp_call_function_single()Frederic Weisbecker2014-02-241-1/+1
* | Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds2014-04-011-1/+1
|\ \
| * | workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen2014-03-291-1/+1
* | | Merge branch 'compat' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/l...Linus Torvalds2014-03-311-16/+16
|\ \ \
| * | | net/compat: convert to COMPAT_SYSCALL_DEFINE with changing parameter typesHeiko Carstens2014-03-061-4/+4
| * | | net/compat: convert to COMPAT_SYSCALL_DEFINEHeiko Carstens2014-03-061-12/+12
* | | | vlan: Warn the user if lowerdev has bad vlan features.Vlad Yasevich2014-03-281-0/+3
* | | | bridge: Fix crash with vlan filtering and tcpdumpVlad Yasevich2014-03-282-5/+20
* | | | net: Account for all vlan headers in skb_mac_gso_segmentVlad Yasevich2014-03-282-5/+11
* | | | ipv6: move DAD and addrconf_verify processing to workqueueHannes Frederic Sowa2014-03-281-51/+142
* | | | tcp: fix get_timewait4_sock() delay computation on 64bitEric Dumazet2014-03-281-1/+1
* | | | openvswitch: fix a possible deadlock and lockdep warningFlavio Leitner2014-03-281-20/+6Star
* | | | bridge: Fix handling stacked vlan tagsToshiaki Makita2014-03-281-17/+1Star
* | | | bridge: Fix inabillity to retrieve vlan tags when tx offload is disabledToshiaki Makita2014-03-282-3/+15
* | | | core, nfqueue, openvswitch: Orphan frags in skb_zerocopy and handle errorsZoltan Kiss2014-03-273-10/+32
* | | | vlan: Set hard_header_len according to available accelerationVlad Yasevich2014-03-272-2/+5
* | | | net: unix: non blocking recvmsg() should not return -EINTREric Dumazet2014-03-261-5/+12
* | | | ip_tunnel: Fix dst ref-count.Pravin B Shelar2014-03-263-3/+9
* | | | tipc: fix spinlock recursion bug for failed subscriptionsErik Hugne2014-03-241-14/+15
* | | | netpoll: fix the skb check in pkt_is_nsLi RongQing2014-03-241-1/+1
* | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/o...David S. Miller2014-03-202-5/+7
|\ \ \ \
| * | | | openvswitch: Correctly report flow used times for first 5 minutes after boot.Ben Pfaff2014-03-201-1/+1
| * | | | openvswitch: Fix race.Jarno Rajahalme2014-02-161-3/+4
| * | | | openvswitch: Read tcp flags only then the tranport header is present.Jarno Rajahalme2014-02-161-0/+1
| * | | | ovs: fix dp check in ovs_dp_reset_user_featuresJiri Pirko2014-02-161-1/+1
* | | | | ip6mr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* | | | | ipmr: fix mfc notification flagsNicolas Dichtel2014-03-201-5/+8
* | | | | rtnetlink: fix fdb notification flagsNicolas Dichtel2014-03-201-4/+6
* | | | | ipv6: ip6_append_data_mtu do not handle the mtu of the second fragment properlylucien2014-03-181-8/+6Star
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2014-03-182-12/+13
|\ \ \ \ \
| * | | | | selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov2014-03-102-6/+6
| * | | | | net: af_key: fix sleeping under rcuNikolay Aleksandrov2014-03-101-6/+7
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-1429-121/+207
|\ \ \ \ \ \
| * | | | | | ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit2014-03-131-1/+4
| * | | | | | net: socket: error on a negative msg_namelenMatthew Leach2014-03-121-0/+4
| * | | | | | bridge: multicast: enable snooping on general queries onlyLinus Lüssing2014-03-121-3/+5
| * | | | | | bridge: multicast: add sanity check for general query destinationLinus Lüssing2014-03-121-0/+19
| * | | | | | tcp: tcp_release_cb() should release socket ownershipEric Dumazet2014-03-112-1/+15
| * | | | | | skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin2014-03-111-0/+6
| * | | | | | skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin2014-03-111-13/+13
| * | | | | | skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin2014-03-111-22/+24
| * | | | | | skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin2014-03-111-7/+7
| * | | | | | skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin2014-03-111-9/+9
| * | | | | | vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström2014-03-111-0/+3
| * | | | | | pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet2014-03-101-6/+15
| * | | | | | pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet2014-03-101-3/+4
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-074-2/+8
| |\ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| | * | | | | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-03-064-2/+8
| | |\ \ \ \ \