summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
| |\
| | * mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2014-03-052-0/+2
| | * cfg80211: remove racy beacon_interval assignmentJohannes Berg2014-03-031-2/+0Star
| | * mac80211: consider virtual mon when calculating min_defEliad Peller2014-03-031-0/+6
* | | ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca2014-03-061-1/+1
* | | ipv6: Fix exthdrs offload registration.Anton Nayshtut2014-03-061-2/+2
* | | net: unix socket code abuses csum_partialAnton Blanchard2014-03-061-2/+1Star
* | | inet: frag: make sure forced eviction removes all fragsFlorian Westphal2014-03-061-1/+1
* | | tipc: don't log disabled tasklet handler errorsErik Hugne2014-03-061-1/+0Star
* | | tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
* | | tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0Star
* | | tipc: avoid to unnecessary process switch under non-block modeYing Xue2014-03-061-2/+2
* | | tipc: fix connection refcount leakYing Xue2014-03-061-2/+4
* | | tipc: allow connection shutdown callback to be invoked in advanceYing Xue2014-03-063-18/+7Star
* | | l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault2014-03-061-5/+7
* | | l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault2014-03-064-3/+7
* | | net: sctp: fix skb leakage in COOKIE ECHO path of chunk->auth_chunkDaniel Borkmann2014-03-062-7/+2Star
* | | bridge: multicast: add sanity check for query source addressesLinus Lüssing2014-03-061-0/+6
* | | net: fix for a race condition in the inet frag codeNikolay Aleksandrov2014-03-061-1/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2014-03-0453-384/+500
|\ \ \
| * \ \ Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-03-032-1/+32
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-032-1/+32
| | |\| |
| | | * | Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville2014-02-282-1/+32
| | | |\|
| | | | * mac80211: fix association to 20/40 MHz VHT networksJohannes Berg2014-02-271-0/+1
| | | | * cfg80211: regulatory: reset regdomain in case of errorJanusz Dziedzic2014-02-251-1/+9
| | | | * mac80211: don't validate unchanged AP bandwidth while trackingJohannes Berg2014-02-241-0/+22
| * | | | net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann2014-03-031-0/+7
| * | | | Merge tag 'linux-can-fixes-for-3.14-20140303' of git://gitorious.org/linux-ca...David S. Miller2014-03-031-21/+5Star
| |\ \ \ \
| | * | | | can: remove CAN FD compatibility for CAN 2.0 socketsOliver Hartkopp2014-03-031-21/+5Star
| | |/ / /
| * | | | ip_tunnel:multicast process cause panic due to skb->_skb_refdst NULL pointerXin Long2014-03-031-1/+0Star
| * | | | tcp: fix bogus RTT on special retransmissionYuchung Cheng2014-03-032-4/+10
| * | | | hsr: off by one sanity check in hsr_register_frame_in()Dan Carpenter2014-03-031-1/+1
| |/ / /
| * | | ipv6: ipv6_find_hdr restore prev functionalityHans Schillstrom2014-02-281-1/+1
| * | | neigh: recompute reachabletime before returning from neigh_periodic_work()Duan Jiong2014-02-281-3/+3
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2014-02-2710-64/+99
| |\ \ \
| | * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-02-2710-64/+99
| | |\| |
| | | * | NFC: NCI: Fix NULL pointer dereferenceAmitkumar Karwar2014-02-231-1/+1
| | | |/
| | | * mac80211: fix station wakeup powersave raceJohannes Berg2014-02-204-32/+25Star