summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-509/+1881
2020-06-01Merge branch 'uaccess.csum' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-10/+4
2020-06-01bpf: Add link-based BPF program attachment to network namespaceJakub Sitnicki-0/+1
2020-06-01flow_dissector: Move out netns_bpf prog callbacksJakub Sitnicki-0/+6
2020-06-01net: Introduce netns_bpf for BPF programs attached to netnsJakub Sitnicki-1/+20
2020-06-01xdp: Rename convert_to_xdp_frame in xdp_convert_buff_to_frameLorenzo Bianconi-1/+1
2020-06-01xdp: Introduce xdp_convert_frame_to_buff utility routineLorenzo Bianconi-0/+10
2020-06-01net: Make locking in sock_bindtoindex optionalFerenc Fejes-1/+1
2020-06-01bpf: Fix running sk_skb program types with ktlsJohn Fastabend-0/+9
2020-06-01xdp: Add xdp_txq_info to xdp_buffDavid Ahern-0/+5
2020-06-01Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds-1/+0
2020-06-01bridge: mrp: Add support for role MRAHoratiu Vultur-0/+1
2020-06-01bridge: mrp: Set the priority of MRP instanceHoratiu Vultur-0/+1
2020-06-01devlink: Add ACL control packet trapsIdo Schimmel-0/+12
2020-06-01devlink: Add layer 3 control packet trapsIdo Schimmel-0/+126
2020-06-01devlink: Add layer 2 control packet trapsIdo Schimmel-0/+48
2020-06-01devlink: Create dedicated trap group for layer 3 exceptionsIdo Schimmel-0/+3
2020-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller-2/+11
2020-06-01net: remove indirect block netdev event registrationPablo Neira Ayuso-9/+0
2020-06-01net: flow_offload: consolidate indirect flow_block infrastructurePablo Neira Ayuso-0/+19
2020-06-01netfilter: nf_flowtable: expose nf_flow_table_gc_cleanup()Pablo Neira Ayuso-0/+2
2020-06-01Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-5/+21
2020-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-16/+101
2020-05-31Merge tag 'mac80211-next-for-davem-2020-05-31' of git://git.kernel.org/pub/sc...David S. Miller-33/+150
2020-05-31cfg80211: support bigger kek/kck key lengthNathan Errera-3/+9
2020-05-31mac80211: Add HE 6GHz capabilities element to probe requestIlan Peer-0/+20
2020-05-31mac80211: use HE 6 GHz band capability and pass it to the driverJohannes Berg-1/+3
2020-05-31cfg80211: add and expose HE 6 GHz band capabilitiesJohannes Berg-0/+3
2020-05-31cfg80211: handle 6 GHz capability of new stationRajkumar Manoharan-0/+2
2020-05-31cfg80211: add a helper to identify 6 GHz PSCsJohannes Berg-0/+15
2020-05-30Merge tag 'mlx5-cleanup-2020-05-29' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller-0/+17
2020-05-29net: Make mpls_entry_encode() available for generic usersEli Cohen-0/+17
2020-05-29tcp: tcp_init_buffer_space can be staticFlorian Westphal-1/+0
2020-05-29default csum_and_copy_to_user(): don't bother with access_ok()Al Viro-4/+2
2020-05-29take the dummy csum_and_copy_from_user() into net/checksum.hAl Viro-6/+2
2020-05-29net: add a new bind_add methodChristoph Hellwig-1/+5
2020-05-29sctp: add sctp_sock_set_nodelayChristoph Hellwig-0/+7
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-0/+1
2020-05-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-9/+28
2020-05-28rxrpc: add rxrpc_sock_set_min_security_levelChristoph Hellwig-0/+2
2020-05-28ipv6: add ip6_sock_set_recvpktinfoChristoph Hellwig-0/+7
2020-05-28ipv6: add ip6_sock_set_addr_preferencesChristoph Hellwig-0/+67
2020-05-28ipv6: add ip6_sock_set_recverrChristoph Hellwig-0/+7
2020-05-28ipv6: add ip6_sock_set_v6onlyChristoph Hellwig-0/+11
2020-05-28ipv4: add ip_sock_set_pktinfoChristoph Hellwig-0/+1
2020-05-28ipv4: add ip_sock_set_mtu_discoverChristoph Hellwig-0/+1
2020-05-28ipv4: add ip_sock_set_recverrChristoph Hellwig-0/+1
2020-05-28ipv4: add ip_sock_set_freebindChristoph Hellwig-0/+1
2020-05-28ipv4: add ip_sock_set_tosChristoph Hellwig-0/+2
2020-05-28net: add sock_set_reuseportChristoph Hellwig-0/+1