summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
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
2014-03-10Bluetooth: Make LTK and CSRK only persisent when bondingMarcel Holtmann
2014-03-10selinux: add gfp argument to security_xfrm_policy_alloc and fix callersNikolay Aleksandrov
2014-03-10net: af_key: fix sleeping under rcuNikolay Aleksandrov
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-09Bluetooth: Add support for handling signature resolving keysMarcel Holtmann
2014-03-08pkt_sched: fq: do not hold qdisc lock while allocating memoryEric Dumazet
2014-03-08netfilter: nft_nat: fix family validationPatrick McHardy
2014-03-08netfilter: nft_ct: remove family from struct nft_ctPatrick McHardy
2014-03-08netfilter: nf_tables: restore notifications for anonymous set destructionPatrick McHardy
2014-03-08netfilter: nf_tables: restore context for expression destructorsPatrick McHardy
2014-03-08netfilter: nf_tables: clean up nf_tables_trans_add() argument orderPatrick McHardy
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-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2014-03-07l2tp: keep original skb ownershipEric Dumazet
2014-03-07tcp: do not leak non zero tstamp in output packetsEric Dumazet
2014-03-07Bluetooth: Fix skb allocation check for A2MPGustavo Padovan
2014-03-07Bluetooth: Fix expected key count debug logsJohan Hedberg
2014-03-07netfilter: nft_hash: bug fixes and resizingPatrick McHardy
2014-03-07netfilter: conntrack: remove central spinlock nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: conntrack: seperate expect locking from nf_conntrack_lockJesper Dangaard Brouer
2014-03-07netfilter: avoid race with exp->master ctJesper Dangaard Brouer
2014-03-07netfilter: conntrack: spinlock per cpu to protect special lists.Jesper Dangaard Brouer
2014-03-07netfilter: trivial code cleanup and doc changesJesper Dangaard Brouer
2014-03-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/horms/ipvs-nextPablo Neira Ayuso
2014-03-07xfrm: rename struct xfrm_filterNicolas Dichtel
2014-03-07ipvs: Reduce checkpatch noise in ip_vs_lblc.cTingwei Liu
2014-03-07sections, ipvs: Remove useless __read_mostly for ipvs genl_opsAndi Kleen
2014-03-06ipv6: don't set DST_NOCOUNT for remotely added routesSabrina Dubroca
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-06ipv6: Fix exthdrs offload registration.Anton Nayshtut
2014-03-06net: unix socket code abuses csum_partialAnton Blanchard
2014-03-06inet: frag: make sure forced eviction removes all fragsFlorian Westphal
2014-03-06tcp: Use NET_ADD_STATS instead of NET_ADD_STATS_BH in tcp_event_new_data_sent()David S. Miller
2014-03-06tipc: don't log disabled tasklet handler errorsErik Hugne
2014-03-06tipc: fix memory leak during module removalErik Hugne
2014-03-06tipc: drop subscriber connection id invalidationErik Hugne
2014-03-06tipc: avoid to unnecessary process switch under non-block modeYing Xue
2014-03-06tipc: fix connection refcount leakYing Xue
2014-03-06tipc: allow connection shutdown callback to be invoked in advanceYing Xue
2014-03-06l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault
2014-03-06Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2014-03-06inet: remove now unused flag DST_NOPEERHannes Frederic Sowa