summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-171-14/+12
* ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-171-5/+5
* ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-171-1/+1
* ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-171-17/+17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-178-20/+41
|\
| * socket: fix compat SO_RCVTIMEO_NEW/SO_SNDTIMEO_NEWArnd Bergmann2019-04-161-2/+2
| * net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-161-1/+9
| * net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-161-3/+4
| * Revert "net-sysfs: Fix memory leak in netdev_register_kobject"Wang Hai2019-04-151-9/+5
| * rtnetlink: fix rtnl_valid_stats_req() nlmsg_len checkEric Dumazet2019-04-141-1/+1
| * bpf: Check address length before reading address familyTetsuo Handa2019-04-121-0/+2
| * failover: allow name change on IFF_UP slave interfacesSi-Wei Liu2019-04-102-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-111-4/+8
|\ \
| * | bpf: add layer 2 encap support to bpf_skb_adjust_roomAlan Maguire2019-04-111-4/+8
* | | netns: read NETNSA_NSID as s32 attribute in rtnl_net_getid()Guillaume Nault2019-04-111-1/+1
* | | Revert: "net: sched: put back q.qlen into a single location"Paolo Abeni2019-04-101-0/+2
* | | bpf: Handle ipv6 gateway in bpf_ipv4_fib_lookupDavid Ahern2019-04-081-3/+14
* | | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-081-2/+2
* | | ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-081-4/+2
* | | datagram: remove rendundant 'peeked' argumentPaolo Abeni2019-04-081-11/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-04-057-33/+42
|\ \ \ | | |/ | |/|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2019-04-042-14/+6
| |\ \
| | * | flow_dissector: allow access only to a subset of __sk_buff fieldsStanislav Fomichev2019-04-031-13/+3
| | * | flow_dissector: fix clamping of BPF flow_keys for non-zero nhoffStanislav Fomichev2019-04-031-1/+2
| | * | net/flow_dissector: pass flow_keys->n_proto to BPF programsStanislav Fomichev2019-04-031-0/+1
| * | | net-gro: Fix GRO flush when receiving a GSO packet.Steffen Klassert2019-04-031-1/+1
| |/ /
| * | net: ethtool: not call vzalloc for zero sized memory requestLi RongQing2019-03-291-16/+30
| * | net: core: netif_receive_skb_list: unlist skb before passing to pt->funcAlexander Lobakin2019-03-281-1/+3
| * | netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-281-0/+1
| * | net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-271-1/+1
* | | net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko2019-04-041-2/+16
* | | net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2019-04-042-4/+30
* | | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-041-1/+15
* | | net: Remove inclusion of pci.hYuval Shaia2019-04-041-1/+0
* | | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-031-6/+6
* | | net: place xmit recursion in softnet dataFlorian Westphal2019-04-012-10/+6
* | | ipv6: Move ipv6 stubs to a separate header fileDavid Ahern2019-03-292-0/+2
* | | ipv6: Rename fib6_nh entriesDavid Ahern2019-03-291-3/+3
* | | ipv4: Rename fib_nh entriesDavid Ahern2019-03-291-4/+4
* | | ipv6: Move gateway checks to a fib6_nh settingDavid Ahern2019-03-291-1/+1
* | | net: devlink: add warning for ndo_get_phys_port_name set when not neededJiri Pirko2019-03-281-0/+18
* | | net: devlink: remove unused devlink_port_get_phys_port_name() functionJiri Pirko2019-03-281-7/+0
* | | net: devlink: introduce devlink_compat_phys_port_name_get()Jiri Pirko2019-03-282-5/+34
| |/ |/|
* | 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