summaryrefslogtreecommitdiffstats
path: root/net/core
AgeCommit message (Expand)AuthorLines
2017-06-08net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval-1/+2
2017-06-07net: Fix inconsistent teardown and release of private netdev state.David S. Miller-2/+6
2017-06-07net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko-1/+2
2017-06-05devlink: fix potential memort leakHaishuang Yan-2/+6
2017-06-04sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh-1/+4
2017-05-26ipv4: add reference counting to metricsEric Dumazet-9/+14
2017-05-25bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann-0/+1
2017-05-25net: move somaxconn init from sysctl codeRoman Kapl-2/+19
2017-05-24net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko-2/+5
2017-05-17net: fix compile error in skb_orphan_partial()Eric Dumazet-3/+0
2017-05-17neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka-4/+10
2017-05-16net: Improve handling of failures on link and route dumpsDavid Ahern-12/+24
2017-05-11netem: fix skb_orphan_partial()Eric Dumazet-12/+8
2017-05-11xdp: refine xdp api with regards to generic xdpDaniel Borkmann-41/+54
2017-05-11xdp: add flag to enforce driver modeDaniel Borkmann-0/+7
2017-05-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-12/+19
2017-05-08treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka-6/+8
2017-05-08net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko-15/+9
2017-05-05tcp: randomize timestamps on syncookiesEric Dumazet-12/+19
2017-05-04rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt-1/+1
2017-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds-467/+1735
2017-05-02Merge branch 'work.splice' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds-1/+0
2017-05-02Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-6/+7
2017-05-02xdp: fix parameter kdoc for extackJakub Kicinski-1/+1
2017-05-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-2/+2
2017-05-01iov_iter: don't revert iov buffer if csum errorDing Tianhong-6/+7
2017-05-01Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds-0/+103
2017-05-01xdp: propagate extended ack to XDP setupJakub Kicinski-6/+12
2017-04-30lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter-3/+4
2017-04-30net: Initialise init_net.count to 1David Howells-1/+2
2017-04-30bpf: restore skb->sk before pskb_trim() callEric Dumazet-1/+1
2017-04-28net: adjust skb->truesize in ___pskb_trim()Eric Dumazet-0/+2
2017-04-27fib_rules: fix error return codeWei Yongjun-2/+4
2017-04-27net: remove unnecessary carrier status checkZhang Shengju-7/+4
2017-04-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+3
2017-04-26net: core: Prevent from dereferencing null pointer when releasing SKBMyungho Jung-0/+3
2017-04-25net: Generic XDPDavid S. Miller-21/+176
2017-04-24lwtunnel: check return value of nla_nest_startPan Bian-0/+2
2017-04-24flow_dissector: add mpls support (v2)Benjamin LaHaise-3/+22
2017-04-22net/devlink: Add E-Switch encapsulation controlRoi Dayan-3/+23
2017-04-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-2/+8
2017-04-21netpoll: Check for skb->queue_mappingTushar Dave-2/+8
2017-04-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+6
2017-04-21bpf: add napi_id read access to __sk_buffDaniel Borkmann-0/+14
2017-04-21gso: Validate assumption of frag_list segementationIlan Tayari-4/+14
2017-04-21Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead-1/+11
2017-04-20bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser-1/+2
2017-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-0/+1
2017-04-17net: rtnetlink: plumb extended ack to doit functionDavid Ahern-30/+47
2017-04-17gso: Validate assumption of frag_list segementationIlan Tayari-4/+14