summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2023-09-15ipv6: lockless IPV6_FLOWINFO_SEND implementationEric Dumazet2-2/+2
2023-09-15ipv6: lockless IPV6_MTU_DISCOVER implementationEric Dumazet2-8/+11
2023-09-15ipv6: lockless IPV6_ROUTER_ALERT_ISOLATE implementationEric Dumazet2-2/+2
2023-09-15ipv6: move np->repflow to atomic flagsEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR implemetationEric Dumazet3-5/+3
2023-09-15ipv6: lockless IPV6_DONTFRAG implementationEric Dumazet4-5/+5
2023-09-15ipv6: lockless IPV6_AUTOFLOWLABEL implementationEric Dumazet3-3/+3
2023-09-15ipv6: lockless IPV6_MULTICAST_ALL implementationEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_RECVERR_RFC4884 implementationEric Dumazet2-1/+1
2023-09-15ipv6: lockless IPV6_MULTICAST_HOPS implementationEric Dumazet2-9/+2
2023-09-15ipv6: lockless IPV6_MULTICAST_LOOP implementationEric Dumazet3-5/+16
2023-09-15ipv6: lockless IPV6_UNICAST_HOPS implementationEric Dumazet2-12/+2
2023-09-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni14-30/+80
2023-09-14Merge tag 'net-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds1-1/+6
2023-09-14udplite: fix various data-racesEric Dumazet2-9/+11
2023-09-14udplite: remove UDPLITE_BITEric Dumazet1-3/+2
2023-09-14udp: lockless UDP_ENCAP_L2TPINUDP / UDP_GROEric Dumazet2-11/+7
2023-09-14udp: move udp->accept_udp_{l4|fraglist} to udp->udp_flagsEric Dumazet1-7/+9
2023-09-14udp: move udp->gro_enabled to udp->udp_flagsEric Dumazet1-1/+1
2023-09-14udp: move udp->no_check6_rx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: move udp->no_check6_tx to udp->udp_flagsEric Dumazet1-5/+5
2023-09-14udp: introduce udp->udp_flagsEric Dumazet1-7/+21
2023-09-13Merge tag 'parisc-for-6.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+2
2023-09-13Merge tag 'trace-v6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds1-4/+3
2023-09-13tcp: Fix bind() regression for v4-mapped-v6 wildcard address.Kuniyuki Iwashima1-0/+5
2023-09-12tcp: defer regular ACK while processing socket backlogEric Dumazet2-6/+9
2023-09-12net: sock_release_ownership() cleanupEric Dumazet1-5/+4
2023-09-12ipv6: fix ip6_sock_set_addr_preferences() typoEric Dumazet1-1/+1
2023-09-12linux/export: fix reference to exported functions for parisc64Masahiro Yamada1-0/+2
2023-09-12net: dst: remove unnecessary input parameter in dst_alloc and dst_initZhengchao Shao1-2/+2
2023-09-12tracing/synthetic: Fix order of struct trace_dynamic_infoSteven Rostedt (Google)1-3/+3
2023-09-10Merge tag '6.6-rc-smb3-client-fixes-part2' of git://git.samba.org/sfrench/cif...Linus Torvalds1-0/+1
2023-09-10Merge tag 'riscv-for-linus-6.6-mw2-2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-0/+2
2023-09-09Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds3-5/+5
2023-09-09spnego: add missing OID to oid registrySteve French1-0/+1
2023-09-09Merge tag 'xarray-6.6' of git://git.infradead.org/users/willy/xarrayLinus Torvalds1-0/+18
2023-09-09tracing: Remove unused trace_event_file dir fieldSteven Rostedt (Google)1-1/+0
2023-09-08Merge tag 'thermal-6.6-rc1-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-17/+34
2023-09-08Merge tag 'sound-fix-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2-3/+3
2023-09-08Merge tag 'loongarch-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/ch...Linus Torvalds2-0/+6
2023-09-08Merge patch "RISC-V: Add ptrace support for vectors"Palmer Dabbelt1-0/+2
2023-09-08Merge tag 'net-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds12-32/+56
2023-09-08Merge tag 'devicetree-fixes-for-6.6-1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-2/+2
2023-09-08Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-3/+3
2023-09-08Merge tag 'rtc-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/abelloni...Linus Torvalds2-20/+1
2023-09-07Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2-12/+45
2023-09-07Revert "net: team: do not use dynamic lockdep key"Jakub Kicinski1-29/+1
2023-09-07Merge tag 'nf-23-09-06' of https://git.kernel.org/pub/scm/linux/kernel/git/ne...Paolo Abeni1-0/+1
2023-09-07net: phy: Provide Module 4 KSZ9477 errata (DS80000754C)Lukasz Majewski1-0/+1
2023-09-06Merge tag 'ceph-for-6.6-rc1' of https://github.com/ceph/ceph-clientLinus Torvalds4-25/+180