summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2019-04-04net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko
2019-04-04net: Remove inclusion of pci.hYuval Shaia
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern
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: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet
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-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni
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