summary refs log tree commit diff
path: root/net
AgeCommit message (Expand)Author
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-01-27net: bridge: vlan: fix memory leak in __allowed_ingressTim Yi
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong
2022-01-27ipv4: tcp: send zero IPID in SYNACK messagesEric Dumazet
2022-01-27ipv4: raw: lock the socket in raw_bind()Eric Dumazet
2022-01-27net: tipc: remove unused static inlinesJakub Kicinski
2022-01-27dccp: remove max48()Jakub Kicinski
2022-01-27hsr: remove get_prp_lan_id()Jakub Kicinski
2022-01-27net: ax25: remove route refcountJakub Kicinski
2022-01-27net: bridge: vlan: fix single net device option dumpingNikolay Aleksandrov
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet
2022-01-25sch_htb: Fail on unsupported parameters when offload is requestedMaxim Mikityanskiy
2022-01-25net: Adjust sk_gso_max_size once when setDavid Ahern
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2022-01-25ipv6: gro: flush instead of assuming different flows on hop_limit mismatchJakub Kicinski
2022-01-25net: dsa: Avoid cross-chip syncing of VLAN filteringTobias Waldekranz
2022-01-25net: dsa: Move VLAN filtering syncing out of dsa_switch_bridge_leaveTobias Waldekranz
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet
2022-01-25ipv4: get rid of fib_info_hash_{alloc|free}Eric Dumazet
2022-01-25ip6_tunnel: allow routing IPv4 traffic in NBMA modeQing Deng
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-01-24bpf: Fix flexible_array.cocci warningskernel test robot
2022-01-24ping: fix the sk_bound_dev_if match in ping_lookupXin Long
2022-01-24net/smc: Transitional solution for clcsock race issueWen Gu
2022-01-24ipv4: fix ip option filtering for locally generated fragmentsJakub Kicinski
2022-01-24net-procfs: show net devices bound packet typesJianguo Wu
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds
2022-01-22proc: remove PDE_DATA() completelyMuchun Song
2022-01-21mptcp: Use struct_group() to avoid cross-field memset()Kees Cook
2022-01-22rxrpc: Adjust retransmission backoffDavid Howells
2022-01-21xdp: disable XDP_REDIRECT for xdp fragsLorenzo Bianconi
2022-01-21net: xdp: introduce bpf_xdp_pointer utility routineLorenzo Bianconi
2022-01-21bpf: test_run: add xdp_shared_info pointer in bpf_test_finish signatureLorenzo Bianconi
2022-01-21bpf: introduce frags support to bpf_prog_test_run_xdp()Lorenzo Bianconi
2022-01-21bpf: move user_size out of bpf_test_initLorenzo Bianconi
2022-01-21bpf: add frags support to xdp copy helpersEelco Chaudron
2022-01-21bpf: add frags support to the bpf_xdp_adjust_tail() APIEelco Chaudron
2022-01-21bpf: introduce bpf_xdp_get_buff_len helperLorenzo Bianconi
2022-01-21xdp: add frags support to xdp_return_{buff/frame}Lorenzo Bianconi
2022-01-21net: xdp: add xdp_update_skb_shared_info utility routineLorenzo Bianconi
2022-01-20bpf: support BPF_PROG_QUERY for progs attached to sockmapDi Zhu
2022-01-20mptcp: fix removing ids bitmap settingGeliang Tang