summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-272-7/+18
|\
| * 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
* | ethtool: add PHY Fast Link Down supportHeiner Kallweit2019-03-271-0/+2
* | net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche2019-03-273-3/+19
* | net/core: Fix rtnetlink kernel-doc headersBart Van Assche2019-03-271-3/+6
* | net/core: Document __skb_flow_dissect() flags argumentBart Van Assche2019-03-271-0/+2
* | net/core: Document all dev_ioctl() argumentsBart Van Assche2019-03-271-1/+2
* | net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche2019-03-271-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-261-51/+299
|\ \
| * | bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn2019-03-241-1/+1
| * | bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov2019-03-221-0/+2
| * | bpf: add bpf_skb_adjust_room encap flagsWillem de Bruijn2019-03-221-5/+61
| * | bpf: add bpf_skb_adjust_room flag BPF_F_ADJ_ROOM_FIXED_GSOWillem de Bruijn2019-03-221-11/+27
| * | bpf: add bpf_skb_adjust_room mode BPF_ADJ_ROOM_MACWillem de Bruijn2019-03-221-18/+20
| * | bpf: in bpf_skb_adjust_room avoid copy in tx fast pathWillem de Bruijn2019-03-221-1/+1
| * | bpf: add helper to check for a valid SYN cookieLorenz Bauer2019-03-211-0/+72
| * | bpf: add skc_lookup_tcp helperLorenz Bauer2019-03-211-22/+122
* | | net: devlink: add port type spinlockJiri Pirko2019-03-241-4/+13
* | | net: devlink: warn on setting type on unregistered portJiri Pirko2019-03-241-0/+2
* | | net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko2019-03-241-1/+2
* | | net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko2019-03-241-6/+3
* | | net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko2019-03-241-10/+8
* | | net: devlink: add couple of missing mutex_destroy() callsJiri Pirko2019-03-241-0/+2
* | | net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet2019-03-233-11/+11
* | | net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni2019-03-231-0/+9
* | | genetlink: make policy common to familyJohannes Berg2019-03-221-40/+3
* | | net: dst: remove gc leftoversJulian Wiedmann2019-03-211-17/+0
|/ /
* | net: remove 'fallback' argument from dev->ndo_select_queue()Paolo Abeni2019-03-201-6/+3
* | packet: rework packet_pick_tx_queue() to use common code selectionPaolo Abeni2019-03-201-2/+3
* | net: dev: rename queue selection helpers.Paolo Abeni2019-03-202-10/+10
* | datagram: Make __skb_datagram_iter staticYueHaibing2019-03-191-4/+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/+1
* | 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-083-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-051-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-031-0/+3
| * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-021-2/+0
* | 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/+5