summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-14net: Replace u64_stats_fetch_begin_bh to u64_stats_fetch_begin_irqEric W. Biederman
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-14ieee802154: add proper length checks to header creationsPhoebe Buckheister
2014-03-146lowpan: move lowpan frag_info out of 802.15.4 headersPhoebe Buckheister
2014-03-14ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister
2014-03-14mac802154: use header operations to create/parse headersPhoebe Buckheister
2014-03-14ieee802154: add header structs with endiannes and operationsPhoebe Buckheister
2014-03-14ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister
2014-03-14ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister
2014-03-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-03-136lowpan: reassembly: un-export local functionsFlorian Westphal
2014-03-13ipv6: Avoid unnecessary temporary addresses being generatedHeiner Kallweit
2014-03-13net_sched: return nla_nest_end() instead of skb->lenYang Yingliang
2014-03-13consolidate duplicate code is skb_checksum_setup() helpersJan Beulich
2014-03-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-13net: sctp: remove NULL check in sctp_assoc_update_retran_pathDaniel Borkmann
2014-03-12net: socket: error on a negative msg_namelenMatthew Leach
2014-03-12tipc: eliminate redundant lookups in registryJon Paul Maloy
2014-03-12tipc: align usage of variable names and macros in socketJon Paul Maloy
2014-03-12tipc: eliminate redundant lockingJon Paul Maloy
2014-03-12tipc: eliminate upcall function pointers between port and socketJon Paul Maloy
2014-03-12tipc: aggregate port structure into socket structureJon Paul Maloy
2014-03-12tipc: remove redundant 'peer_name' field in struct tipc_sockJon Paul Maloy
2014-03-12tipc: replace reference table rwlock with spinlockJon Paul Maloy
2014-03-12flowcache: Fix resource leaks on namespace exit.Steffen Klassert
2014-03-12tipc: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-12ieee802154: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-12net: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-128021q: Convert uses of __constant_<foo> to <foo>Joe Perches
2014-03-11pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet
2014-03-11pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet
2014-03-11bridge: multicast: enable snooping on general queries onlyLinus Lüssing
2014-03-11bridge: multicast: add sanity check for general query destinationLinus Lüssing
2014-03-11tcp: tcp_release_cb() should release socket ownershipEric Dumazet
2014-03-11skbuff: skb_segment: orphan frags before copyingMichael S. Tsirkin
2014-03-11skbuff: skb_segment: s/fskb/list_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb/head_skb/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/skb_frag/frag/Michael S. Tsirkin
2014-03-11skbuff: skb_segment: s/frag/nskb_frag/Michael S. Tsirkin
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing
2014-03-10vlan: Set correct source MAC address with TX VLAN offload enabledPeter Boström
2014-03-10flowcache: restore a single flow_cache kmem_cacheEric Dumazet
2014-03-10pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet
2014-03-106lowpan: reassembly: fix access of ctl table entryAlexander Aring
2014-03-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-03-10pkt_sched: move the sanity test in qdisc_list_add()Eric Dumazet
2014-03-10l2tp: fix unused variable warningEric Dumazet
2014-03-10netlink: autosize skb lengthesEric Dumazet
2014-03-10sockfd_lookup_light(): switch to fdget^W^Waway from fget_lightAl Viro