summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn
2019-03-22bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn
2019-03-22genetlink: make policy common to familyJohannes Berg
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer
2019-03-21net: dst: remove gc leftoversJulian Wiedmann
2019-03-21net-sysfs: Fix memory leak in netdev_register_kobjectWang Hai
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing
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
2019-02-24net: Use RCU_INIT_POINTER() to set sk_wqLi RongQing
2019-02-21devlink: Modify reply of DEVLINK_CMD_HEALTH_REPORTER_GETAya Levin
2019-02-21devlink: Rename devlink health attributesAya Levin
2019-02-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-02-19bpf: add skb->queue_mapping write access from tc clsactJesper Dangaard Brouer