aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche1-0/+2
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche1-1/+2
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche1-0/+2
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller1-51/+299
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn1-1/+1
2019-03-24net: devlink: add port type spinlockJiri Pirko1-4/+13
2019-03-24net: devlink: warn on setting type on unregistered portJiri Pirko1-0/+2
2019-03-24net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko1-1/+2
2019-03-24net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko1-6/+3
2019-03-24net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko1-10/+8
2019-03-24net: devlink: add couple of missing mutex_destroy() callsJiri Pirko1-0/+2
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet3-11/+11
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni1-0/+9
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov1-0/+2
2019-03-22bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn1-5/+61
2019-03-22bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn1-11/+27
2019-03-22bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn1-18/+20
2019-03-22bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn1-1/+1
2019-03-22genetlink: make policy common to familyJohannes Berg1-40/+3
2019-03-21bpf: add helper to check for a valid SYN cookieLorenz Bauer1-0/+72
2019-03-21bpf: add skc_lookup_tcp helperLorenz Bauer1-22/+122
2019-03-21net: dst: remove gc leftoversJulian Wiedmann1-17/+0
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