summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2014-03-15ieee802154: use ieee802154_addr instead of *_sa variantsPhoebe Buckheister
2014-03-15mac802154: use header operations to create/parse headersPhoebe Buckheister
2014-03-15ieee802154: add header structs with endiannes and operationsPhoebe Buckheister
2014-03-15ieee802154: enforce consistent endianness in the 802.15.4 stackPhoebe Buckheister
2014-03-15ieee802154: rename struct ieee802154_addr to *_saPhoebe Buckheister
2014-03-136lowpan: reassembly: un-export local functionsFlorian Westphal
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-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-12pkt_sched: add cond_resched() to class and qdisc dumpEric Dumazet
2014-03-12pkt_sched: do not use rcu in tc_dump_qdisc()Eric Dumazet
2014-03-11ipv6: ip6_forward: perform skb->pkt_type check at the beginningLi RongQing
2014-03-11flowcache: restore a single flow_cache kmem_cacheEric Dumazet
2014-03-10tcp: timestamp SYN+DATA messagesEric Dumazet
2014-03-106lowpan: reassembly: fix access of ctl table entryAlexander Aring
2014-03-10l2tp: fix unused variable warningEric Dumazet
2014-03-10netlink: autosize skb lengthesEric Dumazet
2014-03-09vlan: use use ether_addr_equal_64bits to instead of ether_addr_equaldingtianhong
2014-03-09vlan: slight optimization for vlan_do_receive()dingtianhong
2014-03-09pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2014-03-076lowpan: reassembly: fix return of init functionAlexander Aring
2014-03-07Merge tag 'rxrpc-devel-20140304' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller
2014-03-07l2tp: keep original skb ownershipEric Dumazet
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet
2014-03-06net_sched: htb: do not acquire qdisc lock in dump operationsEric Dumazet
2014-03-066lowpan: move 6lowpan header to include/netAlexander Aring
2014-03-066lowpan: add missing include of net/ipv6.hAlexander Aring
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa
2014-03-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-05ieee802154: fix whitespace issues in KconfigAlexander Aring
2014-03-04cfg80211: add MPLS and 802.21 classificationSimon Wunderlich
2014-03-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-03-04af_rxrpc: Keep rxrpc_call pointers in a hashtableTim Smith
2014-03-03Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2014-03-03net: sctp: fix sctp_sf_do_5_1D_ce to verify if we/peer is AUTH capableDaniel Borkmann