summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2019-03-115-15/+34
|\
| * gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet2019-03-101-4/+18
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-093-4/+7
| |\
| | * bpf: Stop the psock parser before canceling its workJakub Sitnicki2019-03-071-0/+1
| | * net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov2019-03-071-0/+2
| | * bpf: only test gso type on gso packetsWillem de Bruijn2019-03-071-4/+4
| * | ethtool: reduce stack usage with clangArnd Bergmann2019-03-071-7/+9
| |/
* / mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual2019-03-061-1/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-042-2/+3
|\
| * net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-041-0/+3
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-2/+0Star
* | devlink: Add support for direct reporter health state updateEran Ben Elisha2019-03-041-5/+17
* | devlink: Update reporter state to error even if recover abortedEran Ben Elisha2019-03-041-1/+4
* | net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5Star
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-041-3/+41
|\ \
| * | bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-021-0/+28
| * | bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer2019-02-191-3/+13
* | | net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-2/+8
* | | net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet2019-03-021-5/+13
* | | devlink: fix kdocJakub Kicinski2019-03-021-7/+5Star
* | | ethtool: Use explicit designated initializers for .cmdLi RongQing2019-02-271-2/+2
* | | devlink: require non-NULL ops for devlink instancesJakub Kicinski2019-02-261-26/+22Star
* | | devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2019-02-262-11/+15
* | | devlink: create a special NDO for getting the devlink instanceJakub Kicinski2019-02-261-39/+17Star
* | | net: devlink: turn devlink into a built-inJakub Kicinski2019-02-261-13/+2Star
* | | net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov2019-02-251-1/+1
* | | ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu2019-02-251-8/+8
* | | net: dev: add generic protodown handlerAndy Roulin2019-02-241-0/+19
* | | net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy2019-02-241-1/+1
* | | net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing2019-02-241-3/+3
* | | devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin2019-02-211-2/+4
* | | devlink: Rename devlink health attributesAya Levin2019-02-211-2/+2
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-02-203-10/+10
|\ \ \ | |/ / |/| / | |/
| * net: Do not allocate page fragments that are not skb alignedAlexander Duyck2019-02-181-0/+4
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-02-171-8/+4Star
| |\
| | * bpf: only adjust gso_size on bytestream protocolsWillem de Bruijn2019-02-111-8/+4Star
| * | net: Fix for_each_netdev_feature on Big endianHauke Mehrtens2019-02-161-2/+2
* | | ethtool: add compat for flash updateJakub Kicinski2019-02-182-3/+39
* | | devlink: add flash update commandJakub Kicinski2019-02-181-0/+30
* | | neigh: hook tracepoints in neigh update codeRoopa Prabhu2019-02-171-0/+11
* | | trace: events: add a few neigh tracepointsRoopa Prabhu2019-02-171-0/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-02-172-183/+626
|\ \ \
| * | | bpf: fix memory leak in bpf_lwt_xmit_reroutePeter Oskolkov2019-02-151-9/+20
| * | | bpf: add handling of BPF_LWT_REROUTE to lwt_bpf.cPeter Oskolkov2019-02-141-2/+124
| * | | bpf: handle GSO in bpf_lwt_push_encapPeter Oskolkov2019-02-141-2/+65
| * | | bpf: implement BPF_LWT_ENCAP_IP mode in bpf_lwt_push_encapPeter Oskolkov2019-02-142-1/+67
| * | | bpf: add plumbing for BPF_LWT_ENCAP_IP in bpf_lwt_push_encapPeter Oskolkov2019-02-141-5/+43
| * | | bpf: Add struct bpf_tcp_sock and BPF_FUNC_tcp_sockMartin KaFai Lau2019-02-111-0/+79
| * | | bpf: Refactor sock_ops_convert_ctx_accessMartin KaFai Lau2019-02-111-160/+127Star
| * | | bpf: Add state, dst_ip4, dst_ip6 and dst_port to bpf_sockMartin KaFai Lau2019-02-111-22/+77