summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig2020-07-241-1/+1
* net/udp: switch udp_lib_setsockopt to sockptr_tChristoph Hellwig2020-07-241-1/+1
* net/ipv6: switch ipv6_flowlabel_opt to sockptr_tChristoph Hellwig2020-07-241-1/+1
* net/ipv4: merge ip_options_get and ip_options_get_from_userChristoph Hellwig2020-07-241-3/+2
* net/xfrm: switch xfrm_user_policy to sockptr_tChristoph Hellwig2020-07-241-3/+5
* net: switch sock_set_timeout to sockptr_tChristoph Hellwig2020-07-241-1/+2
* net/flow_dissector: add packet hash dissectionAriel Levkovich2020-07-241-0/+9
* net: dsa: stop overriding master's ndo_get_phys_port_nameVladimir Oltean2020-07-231-23/+0
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-221-13/+29
|\
| * bpf: cpumap: Implement XDP_REDIRECT for eBPF programs attached to map entriesLorenzo Bianconi2020-07-161-0/+1
| * bpf: cpumap: Add the possibility to attach an eBPF program to cpumapLorenzo Bianconi2020-07-161-0/+5
| * net: Refactor xdp_convert_buff_to_frameDavid Ahern2020-07-161-13/+22
* | bareudp: Reverted support to enable & disable rx metadata collectionMartin Varghese2020-07-211-1/+0
* | devlink: Add comment for devlink instance lockParav Pandit2020-07-211-1/+3
* | net: dsa: Setup dsa_netdev_opsFlorian Fainelli2020-07-201-1/+0
* | net: dsa: Add wrappers for overloaded ndo_opsFlorian Fainelli2020-07-201-0/+70
* | icmp: support rfc 4884Willem de Bruijn2020-07-191-0/+1
* | xdp: introduce xdp_get_shared_info_from_{buff, frame} utility routinesLorenzo Bianconi2020-07-191-0/+15
* | net: make ->{get,set}sockopt in proto_ops optionalChristoph Hellwig2020-07-191-2/+0
* | net/ipv6: remove compat_ipv6_{get,set}sockoptChristoph Hellwig2020-07-195-39/+0
* | net/ipv4: remove compat_ip_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* | net: remove compat_sock_common_{get,set}sockoptChristoph Hellwig2020-07-191-4/+0
* | net: simplify cBPF setsockopt compat handlingChristoph Hellwig2020-07-191-1/+0
* | Revert "net: sched: Pass root lock to Qdisc_ops.enqueue"Petr Machata2020-07-161-4/+2
* | net: sched: Do not drop root lock in tcf_qevent_handle()Petr Machata2020-07-161-2/+2
|/
* net: sctp: drop duplicate words in commentsRandy Dunlap2020-07-152-4/+4
* net: ip6_fib.h: drop duplicate word in commentRandy Dunlap2020-07-151-1/+1
* net: dsa.h: drop duplicate word in commentRandy Dunlap2020-07-151-1/+1
* net: caif: drop duplicate words in commentsRandy Dunlap2020-07-151-2/+2
* net: 9p: drop duplicate word in commentRandy Dunlap2020-07-151-1/+1
* net: wimax: fix duplicate words in commentsRandy Dunlap2020-07-151-1/+1
* mptcp: Remove unused inline function mptcp_rcv_synsent()YueHaibing2020-07-151-4/+0
* net: flow: Remove unused inline functionYueHaibing2020-07-151-18/+0
* cipso: Remove unused inline functionsYueHaibing2020-07-151-12/+0
* switchdev: mrp: Extend switchdev API for MRP InterconnectHoratiu Vultur2020-07-141-0/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-07-131-0/+4
|\
| * xsk: Add new statisticsCiara Loftus2020-07-131-0/+4
* | net: sched: Pass qdisc reference in struct flow_block_offloadPetr Machata2020-07-131-3/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-119-37/+41
|\ \
| * | bpf: net: Avoid incorrect bpf_sk_reuseport_detach callMartin KaFai Lau2020-07-091-1/+2
| * | net: Added pointer check for dst->ops->neigh_lookup in dst_neigh_lookup_skbMartin Varghese2020-07-071-1/+9
| * | sched: consistently handle layer3 header accesses in the presence of VLANsToke Høiland-Jørgensen2020-07-032-19/+17
| * | genetlink: remove genl_bindSean Tranchetti2020-07-011-8/+0
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2020-06-303-6/+10
| |\ \
| | * | bpf, netns: Keep a list of attached bpf_link'sJakub Sitnicki2020-06-301-1/+1
| | * | bpf, netns: Keep attached programs in bpf_prog_arrayJakub Sitnicki2020-06-301-1/+4
| | * | flow_dissector: Pull BPF program assignment up to bpf-netnsJakub Sitnicki2020-06-301-1/+2
| | * | xsk: Replace the cheap_dma flag with a dma_need_sync flagChristoph Hellwig2020-06-301-3/+3
| * | | net: ip_tunnel: add header_ops for layer 3 devicesJason A. Donenfeld2020-06-301-0/+3
| * | | genetlink: get rid of family->attrbufCong Wang2020-06-291-2/+0