summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche
2019-03-27net/core: Document __skb_flow_dissect() flags argumentBart Van Assche
2019-03-27net/core: Document all dev_ioctl() argumentsBart Van Assche
2019-03-27net/core: Document reuseport_add_sock() bind_inany argumentBart Van Assche
2019-03-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2019-03-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko
2019-03-24bpf: silence uninitialized var warning in bpf_skb_net_growWillem de Bruijn
2019-03-24net: devlink: add port type spinlockJiri Pirko
2019-03-24net: devlink: warn on setting type on unregistered portJiri Pirko
2019-03-24net: devlink: disallow port_attrs_set() to be called before registerJiri Pirko
2019-03-24net: devlink: don't pass return value of __devlink_port_type_set()Jiri Pirko
2019-03-24net: devlink: don't take devlink_mutex for devlink_compat_*Jiri Pirko
2019-03-24net: devlink: add couple of missing mutex_destroy() callsJiri Pirko
2019-03-23net: convert rps_needed and rfs_needed to new static branch apiEric Dumazet
2019-03-23net: dev: introduce support for sch BYPASS for lockless qdiscPaolo Abeni
2019-03-22bpf: make bpf_skb_ecn_set_ce callable from BPF_PROG_TYPE_SCHED_ACTPeter Oskolkov
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