summaryrefslogtreecommitdiffstats
path: root/net/core (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-231-9/+13
* cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker2019-04-231-2/+0
* net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-231-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-232-21/+56
|\
| * net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-181-19/+52
| * bpf: allow clearing all sock_ops callback flagsViet Hoang Tran2019-04-171-2/+1
| * bpf: reserve flags in bpf_skb_net_shrinkWillem de Bruijn2019-04-161-0/+3
* | net: rework SIOCGSTAMP ioctl handlingArnd Bergmann2019-04-191-23/+28
* | net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern2019-04-181-0/+5
* | ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern2019-04-181-14/+12
* | ipv6: Pass fib6_result to fib lookupsDavid Ahern2019-04-181-5/+5
* | ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern2019-04-181-1/+1
* | ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern2019-04-181-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-171-2/+2
| * net: Fix missing meta data in skb with vlan packetYuya Kusakabe2019-04-171-1/+9
| * net/core: work around section mismatch warning for ptp_classifierArd Biesheuvel2019-04-171-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-112-4/+18
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-121-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-091-3/+14
* | | net: Replace nhc_has_gw with nhc_gw_familyDavid Ahern2019-04-091-2/+2
* | | ipv6: Add neighbor helpers that use the ipv6 stubDavid Ahern2019-04-091-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-041-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-291-1/+3
| * | netns: provide pure entropy for net_hash_mix()Eric Dumazet2019-03-291-0/+1
| * | net: datagram: fix unbounded loop in __skb_try_recv_datagram()Paolo Abeni2019-03-281-1/+1
* | | net: devlink: add warning for ndo_get_port_parent_id set when not neededJiri Pirko2019-04-051-2/+16
* | | net: devlink: introduce devlink_compat_switch_id_get() helperJiri Pirko2019-04-052-4/+30
* | | net: devlink: extend port attrs for switch IDJiri Pirko2019-04-051-1/+15
* | | net: Remove inclusion of pci.hYuval Shaia2019-04-051-1/+0
* | | ipv4: Add fib_nh_common to fib_resultDavid Ahern2019-04-041-6/+6
* | | net: place xmit recursion in softnet dataFlorian Westphal2019-04-022-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