aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+6
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev1-13/+3
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev1-1/+2
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev1-0/+1
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-16/+30
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni1-1/+1
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko1-0/+5
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai1-5/+9
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing1-2/+4
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-5/+22
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau1-0/+21
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau1-5/+1
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-15/+34
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet1-4/+18
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller3-4/+7
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann1-7/+9
2019-03-07bpf: Stop the psock parser before canceling its workJakub Sitnicki1-0/+1
2019-03-07net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov1-0/+2
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn1-4/+4
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual1-1/+2
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2019-03-04devlink: Add support for direct reporter health state updateEran Ben Elisha1-5/+17
2019-03-04devlink: Update reporter state to error even if recover abortedEran Ben Elisha1-1/+4
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko1-7/+5
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-3/+41
2019-03-03net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing1-0/+3
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet1-2/+0
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo1-0/+28
2019-03-01net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-2/+8
2019-03-01net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet1-5/+13
2019-03-01devlink: fix kdocJakub Kicinski1-7/+5
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing1-2/+2
2019-02-26devlink: require non-NULL ops for devlink instancesJakub Kicinski1-26/+22
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski2-11/+15
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski1-39/+17
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski1-13/+2
2019-02-24net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov1-1/+1
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu1-8/+8
2019-02-24net: dev: add generic protodown handlerAndy Roulin1-0/+19
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy1-1/+1
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing1-3/+3
2019-02-21devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin1-2/+4
2019-02-21devlink: Rename devlink health attributesAya Levin1-2/+2
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-10/+10
2019-02-19bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer1-3/+13
2019-02-17net: Do not allocate page fragments that are not skb alignedAlexander Duyck1-0/+4
2019-02-17ethtool: add compat for flash updateJakub Kicinski2-3/+39