aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-01-31txhash: Add socket option to control TX hash rethink behaviorAkhmat Karakotov3-9/+6
2022-01-31txhash: Make rethinking txhash behavior configurable via sysctlAkhmat Karakotov3-13/+25
2022-01-31ipv4: Make ip_idents_reserve staticDavid Ahern1-1/+0
2022-01-31phy: make phy_set_max_speed() *void*Sergey Shtylyov1-1/+1
2022-01-29ipv4: drop fragmentation code from ip_options_build()Jakub Kicinski1-1/+1
2022-01-28Merge tag 'for-net-next-2022-01-28' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-nextJakub Kicinski2-0/+33
2022-01-28SUNRPC: add netns refcount tracker to struct rpc_xprtEric Dumazet1-0/+1
2022-01-28SUNRPC: add netns refcount tracker to struct svc_xprtEric Dumazet1-0/+1
2022-01-28ethtool: add header/data split indicationJakub Kicinski2-0/+9
2022-01-28net: mii: remove mii_lpa_mod_linkmode_lpa_sgmii()Jakub Kicinski1-33/+0
2022-01-27ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-2/+10
2022-01-27udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-1/+1
2022-01-27Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxJakub Kicinski1-7/+0
2022-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski64-884/+1001
2022-01-27net/mlx5: Remove unused TIR modify bitmask enumsTariq Toukan1-7/+0
2022-01-27Merge tag 'net-5.17-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-17/+28
2022-01-27net: socket: rename SKB_DROP_REASON_SOCKET_FILTERMenglong Dong2-2/+2
2022-01-27ipv4: remove sparse error in ip_neigh_gw4()Eric Dumazet1-1/+1
2022-01-27ipv4: avoid using shared IP generator for connected socketsEric Dumazet1-11/+10
2022-01-27net: sched: remove qdisc_qlen_cpu()Jakub Kicinski1-5/+0
2022-01-27net: sched: remove psched_tdiff_bounded()Jakub Kicinski1-6/+0
2022-01-27netlink: remove nl_set_extack_cookie_u32()Jakub Kicinski1-9/+0
2022-01-27udplite: remove udplite_csum_outgoing()Jakub Kicinski1-43/+0
2022-01-27udp: remove inner_udp_hdr()Jakub Kicinski1-5/+0
2022-01-27ipv6: remove inet6_rsk() and tcp_twsk_ipv6only()Jakub Kicinski1-7/+0
2022-01-27net: ax25: remove route refcountJakub Kicinski1-12/+0
2022-01-27net: remove bond_slave_has_mac_rcu()Jakub Kicinski1-14/+0
2022-01-27net: remove linkmode_change_bit()Jakub Kicinski1-5/+0
2022-01-27net: remove net_invalid_timestamp()Jakub Kicinski1-5/+0
2022-01-27mii: remove mii_lpa_to_linkmode_lpa_sgmii()Jakub Kicinski1-17/+0
2022-01-27Revert "ipv6: Honor all IPv6 PIO Valid Lifetime values"Guillaume Nault1-0/+2
2022-01-27ipv4: Namespaceify min_adv_mss sysctl knobxu xin1-0/+1
2022-01-26tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-5/+3
2022-01-26pid: Introduce helper task_is_in_init_pid_ns()Leo Yan1-0/+5
2022-01-26net: stmmac/xpcs: convert to pcs_validate()Russell King (Oracle)1-2/+0
2022-01-26net: xpcs: add support for retrieving supported interface modesRussell King (Oracle)1-0/+1
2022-01-25Merge tag 'nfs-for-5.17-1' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-31/+58
2022-01-25ipv4/tcp: do not use per netns ctl socketsEric Dumazet1-1/+0
2022-01-25ipv6: do not use per netns icmp socketsEric Dumazet1-1/+0
2022-01-25ipv4: do not use per netns icmp socketsEric Dumazet1-1/+0
2022-01-25tcp/dccp: get rid of inet_twsk_purge()Eric Dumazet1-2/+0
2022-01-25tcp/dccp: no longer use twsk_net(tw) from tw_timer_handler()Eric Dumazet1-3/+2
2022-01-25tcp/dccp: add tw->tw_bslotEric Dumazet1-0/+1
2022-01-24Bluetooth: hci_event: Ignore multiple conn complete eventsSoenke Huster1-0/+3
2022-01-24Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski9-84/+293
2022-01-24bonding: use rcu_dereference_rtnl when get bonding active slaveHangbin Liu1-1/+1
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds3-8/+1
2022-01-23Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+3
2022-01-23Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds7-330/+409
2022-01-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds29-264/+127