summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* net: Zero ifla_vf_info in rtnl_fill_vfinfo()Mintz, Yuval2017-06-081-1/+2
* net: Fix inconsistent teardown and release of private netdev state.David S. Miller2017-06-071-2/+6
* net: don't call strlen on non-terminated string in dev_set_alias()Alexander Potapenko2017-06-071-1/+2
* devlink: fix potential memort leakHaishuang Yan2017-06-051-2/+6
* sock: reset sk_err when the error queue is emptySoheil Hassas Yeganeh2017-06-041-1/+4
* ipv4: add reference counting to metricsEric Dumazet2017-05-261-9/+14
* bpf: add bpf_clone_redirect to bpf_helper_changes_pkt_dataDaniel Borkmann2017-05-251-0/+1
* net: move somaxconn init from sysctl codeRoman Kapl2017-05-252-2/+19
* net: rtnetlink: bail out from rtnl_fdb_dump() on parse errorAlexander Potapenko2017-05-241-2/+5
* net: fix compile error in skb_orphan_partial()Eric Dumazet2017-05-171-3/+0
* neighbour: update neigh timestamps iff update is effectiveIhar Hrachyshka2017-05-171-4/+10
* net: Improve handling of failures on link and route dumpsDavid Ahern2017-05-161-12/+24
* netem: fix skb_orphan_partial()Eric Dumazet2017-05-111-12/+8
* xdp: refine xdp api with regards to generic xdpDaniel Borkmann2017-05-112-41/+54
* xdp: add flag to enforce driver modeDaniel Borkmann2017-05-112-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-05-091-12/+19
|\
| * tcp: randomize timestamps on syncookiesEric Dumazet2017-05-051-12/+19
* | treewide: convert PF_MEMALLOC manipulations to new helpersVlastimil Babka2017-05-082-6/+8
* | net: use kvmalloc with __GFP_REPEAT rather than open coded variantMichal Hocko2017-05-081-15/+9
|/
* rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME stringMichal Schmidt2017-05-041-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2017-05-0223-467/+1735
|\
| * xdp: fix parameter kdoc for extackJakub Kicinski2017-05-021-1/+1
| * xdp: propagate extended ack to XDP setupJakub Kicinski2017-05-012-6/+12
| * lwtunnel: fix error path in lwtunnel_fill_encap()Dan Carpenter2017-04-301-3/+4
| * net: Initialise init_net.count to 1David Howells2017-04-301-1/+2
| * bpf: restore skb->sk before pskb_trim() callEric Dumazet2017-04-301-1/+1
| * fib_rules: fix error return codeWei Yongjun2017-04-271-2/+4
| * net: remove unnecessary carrier status checkZhang Shengju2017-04-271-7/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-261-0/+3
| |\
| * | net: Generic XDPDavid S. Miller2017-04-253-21/+176
| * | lwtunnel: check return value of nla_nest_startPan Bian2017-04-241-0/+2
| * | flow_dissector: add mpls support (v2)Benjamin LaHaise2017-04-241-3/+22
| * | net/devlink: Add E-Switch encapsulation controlRoi Dayan2017-04-221-3/+23
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-211-2/+8
| |\ \
| * \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2017-04-212-0/+6
| |\ \ \
| | * | | net: Add a xfrm validate function to validate_xmit_skbSteffen Klassert2017-04-141-0/+3
| | * | | net: Add ESP offload featuresSteffen Klassert2017-04-141-0/+3
| * | | | bpf: add napi_id read access to __sk_buffDaniel Borkmann2017-04-211-0/+14
| * | | | Replace 2 jiffies with sysctl netdev_budget_usecs to enable softirq tuningMatthew Whitehead2017-04-212-1/+11
| * | | | bpf: remove reference to sock_filter_ext from kerneldoc commentTobias Klauser2017-04-201-1/+2
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-201-0/+1
| |\ \ \ \
| * | | | | net: rtnetlink: plumb extended ack to doit functionDavid Ahern2017-04-174-30/+47
| * | | | | gso: Validate assumption of frag_list segementationIlan Tayari2017-04-171-4/+14
| * | | | | Add uid and cookie bpf helper to cg_skb_func_protoChenbo Feng2017-04-171-6/+1
| * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-04-152-10/+14
| |\ \ \ \ \
| * | | | | | netlink: pass extended ACK struct to parsing functionsJohannes Berg2017-04-135-31/+37
| * | | | | | netlink: extended ACK reportingJohannes Berg2017-04-132-2/+4
| * | | | | | rtnetlink: Do not generate notifications for NETDEV_CHANGE_TX_QUEUE_LEN eventDavid Ahern2017-04-131-1/+0
| * | | | | | rtnetlink: Do not generate notifications for NETDEV_CHANGEUPPER eventDavid Ahern2017-04-131-1/+0
| * | | | | | rtnetlink: Do not generate notifications for CHANGELOWERSTATE eventDavid Ahern2017-04-131-1/+0