summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2017-04-24packet: add PACKET_FANOUT_FLAG_UNIQUEID to assign new fanout group id.Mike Maloney
2017-04-24VSOCK: Add virtio vsock vsockmon hooksGerard Garcia
2017-04-24VSOCK: Add vsockmon tap functionsGerard Garcia
2017-04-24esp: Fix misplaced spin_unlock_bh.Steffen Klassert
2017-04-23Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar
2017-04-22net/devlink: Add E-Switch encapsulation controlRoi Dayan
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave
2017-04-21ip6mr: fix notification device destructionNikolay Aleksandrov
2017-04-21Merge tag 'nfc-next-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2017-04-21net: qrtr: potential use after free in qrtr_sendmsg()Dan Carpenter
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-21net_sched: remove useless NULL to tp->rootWANG Cong
2017-04-21net_sched: move the empty tp check from ->destroy() to ->delete()WANG Cong
2017-04-21sctp: switch to copy_from_iter_full()Al Viro
2017-04-21net/9p: switch to copy_from_iter_full()Al Viro
2017-04-21rds: make use of iov_iter_revert()Al Viro
2017-04-21net: ipv6: RTF_PCPU should not be settable from userspaceDavid Ahern
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead
2017-04-21ip_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-04-21ip6_tunnel: Allow policy-based routing through tunnelsCraig Gallek
2017-04-21ipv6: sr: fix double free of skb after handling invalid SRHDavid Lebrun
2017-04-21net: dsa: Remove redundant NULL dst checkFlorian Fainelli
2017-04-20net sched actions: allocate act cookie earlyWolfgang Bumiller
2017-04-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2017-04-20tcp_cubic: fix typo in module param descriptionChema Gonzalez
2017-04-20net: ipv6: Fix UDP early demux lookup with udp_l3mdev_accept=0subashab@codeaurora.org
2017-04-20tcp: remove poll() flakes with FastOpenEric Dumazet
2017-04-20tcp: remove poll() flakes when receiving RSTEric Dumazet
2017-04-20ipv6: sr: fix out-of-bounds access in SRH validationDavid Lebrun
2017-04-20mac80211: reject ToDS broadcast data framesJohannes Berg
2017-04-20bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser
2017-04-20Merge tag 'mac80211-next-for-davem-2017-04-18' of git://git.kernel.org/pub/sc...David S. Miller
2017-04-20net: dsa: add support for the SMSC-LAN9303 tagging formatJuergen Beisert
2017-04-20sunrpc: don't check for failure from mempool_alloc()NeilBrown
2017-04-20Merge tag 'mac80211-for-davem-2017-04-18' of git://git.kernel.org/pub/scm/lin...David S. Miller
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-04-19netfilter: tcp: Use TCP_MAX_WSCALE instead of literal 14Gao Feng
2017-04-19netfilter: ipvs: fix incorrect conflict resolutionFlorian Westphal
2017-04-19nefilter: eache: reduce struct size from 32 to 24 byteFlorian Westphal
2017-04-19netfilter: allow early drop of assured conntracksFlorian Westphal
2017-04-19netfilter: conntrack: use u8 for extension sizes againFlorian Westphal
2017-04-19netfilter: remove last traces of variable-sized extensionsFlorian Westphal
2017-04-19netfilter: helpers: remove data_len usage for inkernel helpersFlorian Westphal
2017-04-19netfilter: nfnetlink_cthelper: reject too large userspace allocation requestsFlorian Westphal
2017-04-19netfilter: helper: add build-time asserts for helper data sizeFlorian Westphal
2017-04-19netfilter: nft_ct: allow to set ctnetlink event types of a connectionFlorian Westphal
2017-04-19esp4/6: Fix GSO path for non-GSO SW-crypto packetsIlan Tayari