summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* mac80211: limit bandwidth in HE capabilitiesJohannes Berg2022-02-044-10/+32
* ipv6: partially inline ipv6_fixup_optionsPavel Begunkov2022-01-271-4/+4
* ipv6: optimise dst refcounting on cork initPavel Begunkov2022-01-272-5/+11
* udp6: don't make extra copies of iflowPavel Begunkov2022-01-271-43/+42
* udp6: pass flow in ip6_make_skb together with corkPavel Begunkov2022-01-272-12/+12
* ipv6: pass full cork into __ip6_append_data()Pavel Begunkov2022-01-271-3/+4
* ipv6: don't zero inet_cork_full::fl after usePavel Begunkov2022-01-272-9/+2
* ipv6: clean up cork setup/releasePavel Begunkov2022-01-271-23/+21
* ipv6: remove daddr temp buffer in __ip6_make_skbPavel Begunkov2022-01-271-4/+3
* udp6: shuffle up->pending AF_INET bitsPavel Begunkov2022-01-271-3/+2
* ipv6: optimise dst refcounting on skb initPavel Begunkov2022-01-271-1/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2022-01-2732-154/+168
|\
| * Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2022-01-2723-80/+234
| |\
| | * net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi2022-01-271-3/+3
| | * net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2022-01-271-1/+1
| | * ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet2022-01-271-2/+9
| | * ipv4: raw: lock the socket in raw_bind()Eric Dumazet2022-01-271-1/+4
| | * net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov2022-01-271-1/+2
| | * Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault2022-01-271-7/+20
| | * sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy2022-01-251-0/+20
| * | Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2022-01-259-65/+34
| |\ \
| | * | xprtrdma: Remove definitions of RPCDBG_FACILITYChuck Lever2022-01-145-27/+0
| | * | xprtrdma: Remove final dprintk call sites from xprtrdmaChuck Lever2022-01-141-12/+0
| | * | sunrpc: Fix potential race conditions in rpc_sysfs_xprt_state_change()Anna Schumaker2022-01-131-16/+19
| | * | net/sunrpc: fix reference count leaks in rpc_sysfs_xprt_state_changeXiyu Yang2022-01-131-2/+4
| | * | SUNRPC allow for unspecified transport time in rpc_clnt_add_xprtOlga Kornievskaia2022-01-131-1/+4
| | * | SUNRPC: use default_groups in kobj_typeGreg Kroah-Hartman2022-01-061-2/+4
| | * | SUNRPC: clean up some inconsistent indentingJiapeng Chong2022-01-061-1/+1
| | * | sunrpc: Remove unneeded null checkXu Wang2022-01-061-4/+2
| * | | Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-231-2/+2
| |\ \ \
| | * | | all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-151-2/+2
| * | | | proc: remove PDE_DATA() completelyMuchun Song2022-01-2216-56/+56
| * | | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-202-16/+17
| |\ \ \ \
| | * | | | libceph: rename parse_fsid() to ceph_parse_fsid() and exportVenky Shankar2022-01-131-4/+5
| | * | | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-132-12/+12
| | |/ / /
* | | | | net: tipc: remove unused static inlinesJakub Kicinski2022-01-271-23/+0
* | | | | dccp: remove max48()Jakub Kicinski2022-01-271-5/+0
* | | | | hsr: remove get_prp_lan_id()Jakub Kicinski2022-01-271-5/+0
* | | | | net: ax25: remove route refcountJakub Kicinski2022-01-271-3/+2
* | | | | ipv4: Namespaceify min_adv_mss sysctl knobxu xin2022-01-271-10/+11
* | | | | tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet2022-01-267-18/+34
* | | | | net: Adjust sk_gso_max_size once when setDavid Ahern2022-01-253-3/+3
* | | | | ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski2022-01-251-2/+3
* | | | | net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz2022-01-251-3/+5
* | | | | net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz2022-01-251-13/+25
* | | | | ipv4/tcp: do not use per netns ctl socketsEric Dumazet2022-01-251-34/+27
* | | | | ipv6: do not use per netns icmp socketsEric Dumazet2022-01-251-52/+10
* | | | | ipv4: do not use per netns icmp socketsEric Dumazet2022-01-251-60/+31
* | | | | tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet2022-01-255-67/+0
* | | | | tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet2022-01-251-5/+4