summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* xfrm: Remove unused function declarationsYue Haibing2023-09-281-2/+0
* ipv6: lockless IPV6_ADDR_PREFERENCES implementationEric Dumazet2023-09-192-16/+9
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2023-09-172-4/+17
|\
| * bpf: expose information about supported xdp metadata kfuncStanislav Fomichev2023-09-151-1/+4
| * bpf: make it easier to add new metadata kfuncStanislav Fomichev2023-09-151-4/+12
| * xsk: add multi-buffer support for sockets sharing umemTirthendu Sarkar2023-09-151-0/+2
* | devlink: introduce possibility to expose info about nested devlinksJiri Pirko2023-09-171-0/+2
* | devlink: convert linecard nested devlink to new rel infrastructureJiri Pirko2023-09-171-2/+2
* | devlink: expose peer SF devlink instanceJiri Pirko2023-09-171-0/+3
* | ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2023-09-151-0/+1
* | ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2023-09-151-5/+9
* | ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2023-09-151-0/+1
* | ipv6: move np->repflow to atomic flagsEric Dumazet2023-09-151-0/+1
* | ipv6: lockless IPV6_RECVERR implemetationEric Dumazet2023-09-152-3/+2
* | ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet2023-09-153-4/+5
* | ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet2023-09-152-1/+3
* | ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2023-09-151-0/+1
* | ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2023-09-151-0/+1
* | ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet2023-09-152-1/+2
* | ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2023-09-151-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni2023-09-141-1/+6
|\ \
| * | tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima2023-09-131-0/+5
| * | ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet2023-09-121-1/+1
| |/
* | udplite: fix various data-racesEric Dumazet2023-09-141-5/+9
* | udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2023-09-141-6/+3
* | tcp: defer regular ACK while processing socket backlogEric Dumazet2023-09-121-0/+1
* | net: sock_release_ownership() cleanupEric Dumazet2023-09-121-5/+4
* | net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao2023-09-121-2/+2
|/
* Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2023-09-076-26/+45
|\
| * ip_tunnels: use DEV_STATS_INC()Eric Dumazet2023-09-061-8/+7
| * af_unix: Fix msg_controllen test in scm_pidfd_recv() for MSG_CMSG_COMPAT.Kuniyuki Iwashima2023-09-041-5/+9
| * ipv4: ignore dst hint for multipath routesSriram Yagnaraman2023-09-011-0/+1
| * net: annotate data-races around sk->sk_tsflagsEric Dumazet2023-09-012-8/+11
| * net: annotate data-races around sk->sk_forward_allocEric Dumazet2023-09-011-3/+9
| * net: fib: avoid warn splat in flow dissectorFlorian Westphal2023-08-312-2/+8
* | Merge tag 'sysctl-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2023-08-292-4/+8
|\ \
| * | sysctl: SIZE_MAX->ARRAY_SIZE in register_net_sysctlJoel Granados2023-08-151-1/+1
| * | networking: Update to register_net_sysctl_szJoel Granados2023-08-151-0/+2
| * | sysctl: Add size to register_net_sysctl functionJoel Granados2023-08-151-4/+6
* | | Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-08-291-1/+0
|\ \ \ | |_|/ |/| |
| * | mm: allow per-VMA locks on file-backed VMAsMatthew Wilcox (Oracle)2023-08-181-1/+0
* | | tls: move tls_cipher_size_desc to net/tls/tls.hSabrina Dubroca2023-08-271-10/+0
* | | devlink: Expose port function commands to control IPsec packet offloadsDima Chumak2023-08-271-0/+15
* | | devlink: Expose port function commands to control IPsec crypto offloadsDima Chumak2023-08-271-0/+15
* | | Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2023-08-251-1/+4
|\ \ \
| * | | lwt: Check LWTUNNEL_XMIT_CONTINUE strictlyYan Zhai2023-08-181-1/+4
* | | | Merge tag 'wireless-next-2023-08-25' of git://git.kernel.org/pub/scm/linux/ke...Jakub Kicinski2023-08-254-24/+20
|\ \ \ \
| * | | | mac80211: make ieee80211_tx_info padding explicitArnd Bergmann2023-08-221-1/+3
| * | | | wifi: mac80211: fix kernel-doc notation warningRandy Dunlap2023-08-221-0/+1