summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-04-16socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann
2019-04-16net: Fix missing meta data in skb with vlan packetYuya Kusakabe
2019-04-16net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel
2019-04-15Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai
2019-04-14rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet
2019-04-12bpf: Check address length before reading address familyTetsuo Handa
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai
2019-03-19net-sysfs: call dev_hold if kobject_init_and_add successYueHaibing
2019-03-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-13bpf: Add bpf_get_listener_sock(struct bpf_sock *sk) helperMartin KaFai Lau
2019-03-13bpf: Fix bpf_tcp_sock and bpf_sk_fullsock issue related to bpf_sk_releaseMartin KaFai Lau
2019-03-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2019-03-10gro_cells: make sure device is up in gro_cells_receive()Eric Dumazet
2019-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-03-07ethtool: reduce stack usage with clangArnd Bergmann
2019-03-07bpf: Stop the psock parser before canceling its workJakub Sitnicki
2019-03-07net: fix GSO in bpf_lwt_push_ip_encapPeter Oskolkov
2019-03-07bpf: only test gso type on gso packetsWillem de Bruijn
2019-03-05mm: replace all open encodings for NUMA_NO_NODEAnshuman Khandual
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-04devlink: Add support for direct reporter health state updateEran Ben Elisha
2019-03-04devlink: Update reporter state to error even if recover abortedEran Ben Elisha
2019-03-04net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko
2019-03-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-03net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing
2019-03-02net: sched: put back q.qlen into a single locationEric Dumazet
2019-03-02bpf: add bpf helper bpf_skb_ecn_set_cebrakmo
2019-03-01net: support 64bit rates for getsockopt(SO_MAX_PACING_RATE)Eric Dumazet
2019-03-01net: support 64bit values for setsockopt(SO_MAX_PACING_RATE)Eric Dumazet
2019-03-01devlink: fix kdocJakub Kicinski
2019-02-27ethtool: Use explicit designated initializers for .cmdLi RongQing
2019-02-26devlink: require non-NULL ops for devlink instancesJakub Kicinski
2019-02-26devlink: hold a reference to the netdevice around ethtool compatJakub Kicinski
2019-02-26devlink: create a special NDO for getting the devlink instanceJakub Kicinski
2019-02-26net: devlink: turn devlink into a built-inJakub Kicinski
2019-02-24net: fix double-free in bpf_lwt_xmit_reroutePeter Oskolkov
2019-02-24ip_tunnel: Add dst_cache support in lwtunnel_state of ip tunnelwenxu
2019-02-24net: dev: add generic protodown handlerAndy Roulin
2019-02-24net: Skip GSO length estimation if transport header is not setMaxim Mikityanskiy