summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* devlink: Change devlink health locking mechanismMoshe Shemesh2019-05-011-23/+74
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2019-04-301-1/+1
|\
| * xfrm: remove output indirection from xfrm_modeFlorian Westphal2019-04-081-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-285-68/+996
|\ \
| * | bpf: Introduce bpf sk local storageMartin KaFai Lau2019-04-274-0/+822
| * | bpf: support BPF_PROG_QUERY for BPF_FLOW_DISSECTOR attach_typeStanislav Fomichev2019-04-251-0/+39
| * | bpf: update skb->protocol in bpf_skb_net_growWillem de Bruijn2019-04-241-0/+8
| * | flow_dissector: handle no-skb use caseStanislav Fomichev2019-04-231-27/+25
| * | net: plumb network namespace into __skb_flow_dissectStanislav Fomichev2019-04-231-10/+17
| * | flow_dissector: switch kernel context to struct bpf_flow_dissectorStanislav Fomichev2019-04-232-48/+102
* | | genetlink: optionally validate strictly/dumpsJohannes Berg2019-04-272-0/+41
* | | netlink: make validation more configurable for future strictnessJohannes Berg2019-04-276-72/+99
* | | netlink: make nla_nest_start() add NLA_F_NESTED flagMichal Kubecek2019-04-275-60/+72
* | | ipv6: Initialize fib6_result in bpf_ipv6_fib_lookupDavid Ahern2019-04-261-1/+1
* | | lwtunnel: Pass encap and encap type attributes to lwtunnel_fill_encapDavid Ahern2019-04-231-3/+4
* | | net: fix sparc64 compilation of sock_gettstampStephen Rothwell2019-04-231-3/+3
|/ /
* | net: devlink: Add extack to shared buffer operationsIdo Schimmel2019-04-221-9/+13
* | cgroup: net: remove left over MODULE_LICENSE tagPaul Gortmaker2019-04-221-2/+0
* | net: Rename net/nexthop.h net/rtnh.hDavid Ahern2019-04-221-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-04-222-21/+56
|\ \
| * | net: core: introduce build_skb_aroundJesper Dangaard Brouer2019-04-171-19/+52
| * | bpf: allow clearing all sock_ops callback flagsViet Hoang Tran2019-04-161-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-171-0/+5
* | | 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