aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-04-11netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault1-1/+1
2019-04-10failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2-4/+18
2019-04-10Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni1-0/+2
2019-04-09treewide: Switch printk users from %pf and %pF to %ps and %pS, respectivelySakari Ailus2-3/+3
2019-04-08bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern1-3/+14
2019-04-08net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern1-2/+2
2019-04-08ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern1-4/+2
2019-04-08datagram: remove rendundant 'peeked' argumentPaolo Abeni1-11/+8
2019-04-08xfrm: remove output indirection from xfrm_modeFlorian Westphal1-1/+1
2019-04-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller7-33/+42
2019-04-04net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko1-2/+16
2019-04-04net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2-4/+30
2019-04-04net: devlink: extend port attrs for switch IDJiri Pirko1-1/+15
2019-04-04net: Remove inclusion of pci.hYuval Shaia1-1/+0
2019-04-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2-14/+6
2019-04-03ipv4: Add fib_nh_common to fib_resultDavid Ahern1-6/+6
2019-04-03net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert1-1/+1
2019-04-03flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev1-13/+3
2019-04-03flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev1-1/+2
2019-04-03net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev1-0/+1
2019-04-01net: place xmit recursion in softnet dataFlorian Westphal2-10/+6
2019-03-29net: ethtool: not call vzalloc for zero sized memory requestLi RongQing1-16/+30
2019-03-29ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2-0/+2
2019-03-29ipv6: Rename fib6_nh entriesDavid Ahern1-3/+3
2019-03-29ipv4: Rename fib_nh entriesDavid Ahern1-4/+4
2019-03-29ipv6: Move gateway checks to a fib6_nh settingDavid Ahern1-1/+1
2019-03-28net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin1-1/+3
2019-03-28netns: provide pure entropy for net_hash_mix()Eric Dumazet1-0/+1
2019-03-28net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko1-0/+18
2019-03-28net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko1-7/+0
2019-03-28net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2-5/+34
2019-03-27net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni1-1/+1
2019-03-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-7/+18
2019-03-27ethtool: add PHY Fast Link Down supportHeiner Kallweit1-0/+2
2019-03-27net/core: Allow the compiler to verify declaration and definition consistencyBart Van Assche3-3/+19
2019-03-27net/core: Fix rtnetlink kernel-doc headersBart Van Assche1-3/+6
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-26net: devlink: skip info_get op call if it is not defined in dumpitJiri Pirko1-0/+5
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