aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-20net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni1-6/+3
2019-03-20packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni1-2/+3
2019-03-20net: dev: rename queue selection helpers.Paolo Abeni2-10/+10
2019-03-19datagram: Make __skb_datagram_iter staticYueHaibing1-4/+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
2019-02-17devlink: add flash update commandJakub Kicinski1-0/+30
2019-02-17neigh: hook tracepoints in neigh update codeRoopa Prabhu1-0/+11
2019-02-17trace: events: add a few neigh tracepointsRoopa Prabhu1-0/+8
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-183/+626
2019-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-8/+4
2019-02-16sock: consistent handling of extreme SO_SNDBUF/SO_RCVBUF valuesGuillaume Nault1-0/+20
2019-02-15net: Fix for_each_netdev_feature on Big endianHauke Mehrtens1-2/+2
2019-02-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1