summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-03-1528-121/+199
|\ \
| * \ 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
| | | |\ \
| | | | * | mac80211: clear sequence/fragment number in QoS-null framesJohannes Berg2014-03-052-0/+2
| | | | * | cfg80211: remove racy beacon_interval assignmentJohannes Berg2014-03-031-2/+0
| | | | * | 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/+1
| | * | | | 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/+0
| | * | | | tipc: fix memory leak during module removalErik Hugne2014-03-061-3/+34
| | * | | | tipc: drop subscriber connection id invalidationErik Hugne2014-03-061-11/+0
| | * | | | 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/+7
| | * | | | 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/+2
| | * | | | 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 branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-03-101-6/+7
| |\ \ \ \ \ | | |/ / / / | |/| | | |
| | * | | | sockfd_lookup_light(): switch to fdget^W^Waway from fget_lightAl Viro2014-03-101-6/+7
* | | | | | ieee802154: add proper length checks to header creationsPhoebe Buckheister2014-03-153-2/+5
* | | | | | 6lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister2014-03-151-9/+18
* | | | | | ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister2014-03-157-123/+133
* | | | | | mac802154: use header operations to create/parse headersPhoebe Buckheister2014-03-157-296/+152
* | | | | | ieee802154: add header structs with endiannes and operationsPhoebe Buckheister2014-03-152-1/+289
* | | | | | ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister2014-03-1511-59/+84
* | | | | | ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister2014-03-159-30/+31
* | | | | | 6lowpan: reassembly: un-export local functionsFlorian Westphal2014-03-131-19/+11
* | | | | | net_sched: return nla_nest_end() instead of skb->lenYang Yingliang2014-03-138-18/+9
* | | | | | consolidate duplicate code is skb_checksum_setup() helpersJan Beulich2014-03-131-90/+50
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-1335-1032/+3631
|\ \ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2014-03-0410-65/+131
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | |
| * | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...John W. Linville2014-03-037-238/+1484
| |\ \ \ \ \ \