summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-171-2/+2
* net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-171-1/+9
* net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-171-3/+4
* Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai2019-04-151-9/+5Star
* rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet2019-04-141-1/+1
* bpf: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
* failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-112-4/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6Star
|\
| * flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3Star
| * flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| * net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
* | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-041-1/+1
|/
* net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
* net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-291-1/+3
* netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-291-0/+1
* net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-281-1/+1
* net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko2019-03-261-0/+5
* net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai2019-03-211-5/+9
* net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing2019-03-191-2/+4
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-03-161-5/+22
|\
| * bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau2019-03-131-0/+21
| * bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau2019-03-131-5/+1Star
* | 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