aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-11-23nfs4: limit callback decoding to received bytesBenjamin Coddington2-0/+9
2015-11-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds31-318/+437
2015-11-17net/core: revert "net: fix __netdev_update_features return.." and add commentNikolay Aleksandrov1-1/+4
2015-11-17af_unix: take receive queue lock while appending new skbHannes Frederic Sowa1-1/+4
2015-11-17rtnetlink: fix frame size warning in rtnl_fill_ifinfoHannes Frederic Sowa1-122/+152
2015-11-17net: use skb_clone to avoid alloc_pages failure.Martin Zhang1-1/+1
2015-11-17packet: Use PAGE_ALIGNED macroTobias Klauser1-1/+1
2015-11-17packet: Don't check frames_per_block against negative valuesTobias Klauser1-2/+2
2015-11-17vlan: Do not put vlan headers back on bridge and macvlan portsVlad Yasevich1-1/+3
2015-11-17vlan: Fix untag operations of stacked vlans with REORDER_HEADER offVlad Yasevich1-1/+2
2015-11-16snmp: Remove duplicate OUTMCAST stat incrementNeil Horman1-2/+0
2015-11-16net/core: use netdev name in warning if no parentBjørn Mork1-5/+8
2015-11-16af_unix: don't append consumed skbs to sk_receive_queueHannes Frederic Sowa1-0/+1
2015-11-16raw: increment correct SNMP counters for ICMP messagesBen Cartwright-Cox1-3/+5
2015-11-16net: fix __netdev_update_features return on ndo_set_features failureNikolay Aleksandrov1-1/+1
2015-11-16net: fix feature changes on devices without ndo_set_featuresNikolay Aleksandrov1-0/+2
2015-11-16switchdev: bridge: Check return code is not EOPNOTSUPPIdo Schimmel2-2/+2
2015-11-15ipvs: use skb_to_full_sk() helperEric Dumazet1-8/+8
2015-11-15tcp: ensure proper barriers in lockless contextsEric Dumazet5-23/+37
2015-11-15sctp: translate host order to network order when setting a hmacidlucien1-2/+2
2015-11-15packet: fix tpacket_snd max frame lenDaniel Borkmann1-4/+5
2015-11-15packet: infer protocol from ethernet header if unsetDaniel Borkmann1-0/+11
2015-11-15packet: only allow extra vlan len on ethernet devicesDaniel Borkmann1-35/+25
2015-11-15packet: always probe for transport headerDaniel Borkmann1-4/+3
2015-11-15packet: do skb_probe_transport_header when we actually have dataDaniel Borkmann1-2/+3
2015-11-15ipv6: Check rt->dst.from for the DST_NOCACHE routeMartin KaFai Lau1-1/+2
2015-11-15ipv6: Check expire on DST_NOCACHE routeMartin KaFai Lau1-1/+10
2015-11-15ipv6: Avoid creating RTF_CACHE from a rt that is not managed by fib6 treeMartin KaFai Lau1-1/+7
2015-11-15af-unix: fix use-after-free with concurrent readers while splicingHannes Frederic Sowa1-0/+18
2015-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-clientLinus Torvalds5-87/+93
2015-11-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller12-99/+123
2015-11-11Merge tag 'nfsd-4.4' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-28/+78
2015-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds23-163/+288
2015-11-10netfilter: nf_tables: add clone interface to expression operationsPablo Neira Ayuso2-10/+44
2015-11-10netfilter: fix xt_TEE and xt_TPROXY dependenciesArnd Bergmann1-3/+3
2015-11-10netfilter: nfnetlink_log: work around uninitialized variable warningArnd Bergmann1-1/+1
2015-11-10svcrpc: document lack of some memory barriersJ. Bruce Fields1-6/+31
2015-11-10Revert "bridge: Allow forward delay to be cfgd when STP enabled"Vlad Yasevich1-4/+9
2015-11-10SUNRPC: drop stale comment in svc_setup_socket()Stefan Hajnoczi1-1/+0
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+1
2015-11-09net: fix a race in dst_release()Eric Dumazet1-1/+1
2015-11-09Merge tag 'nfs-for-4.4-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds13-394/+1083
2015-11-09remove abs64()Andrew Morton1-1/+1
2015-11-09netfilter: Fix removal of GRE expectation entries created by PPTPAnthony Lineham1-1/+1
2015-11-08netfilter: nft_meta: use skb_to_full_sk() helperEric Dumazet1-16/+20
2015-11-08net_sched: em_meta: use skb_to_full_sk() helperEric Dumazet1-46/+92
2015-11-08sched: cls_flow: use skb_to_full_sk() helperEric Dumazet1-4/+11
2015-11-08netfilter: xt_owner: use skb_to_full_sk() helperEric Dumazet1-2/+4
2015-11-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds6-11/+13
2015-11-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds17-350/+339