summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2022-02-01ssb: fix boolreturn.cocci warningYang Guang1-1/+1
2022-01-28ipv6: partially inline ipv6_fixup_optionsPavel Begunkov1-2/+10
2022-01-28udp6: pass flow in ip6_make_skb together with corkPavel Begunkov1-1/+1
2022-01-28Merge tag 'mlx5-updates-2022-01-27' of git://git.kernel.org/pub/scm/linux/ker...Jakub 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/net...Linus 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-27tcp: allocate tcp_death_row outside of struct netns_ipv4Eric Dumazet1-5/+3
2022-01-27pid: 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-25Merge 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/...Linus Torvalds3-8/+1
2022-01-23Merge tag 'perf_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/k...Linus 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
2022-01-22Merge tag 'fscache-fixes-20220121' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2-31/+77
2022-01-22Merge tag 'folio-5.17a' of git://git.infradead.org/users/willy/pagecacheLinus Torvalds2-0/+21
2022-01-22Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds1-3/+2
2022-01-22Merge tag 'devicetree-fixes-for-5.17-1' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-178/+244
2022-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-3/+0
2022-01-22Merge tag 'riscv-for-linus-5.17-mw1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+18
2022-01-22Merge tag 'arm64-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm6...Linus Torvalds1-1/+1
2022-01-22frontswap: remove support for multiple opsChristoph Hellwig1-2/+1
2022-01-22mm: mark swap_lock and swap_active_head staticChristoph Hellwig1-2/+0
2022-01-22frontswap: remove frontswap_testChristoph Hellwig1-11/+0