summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2023-07-25net: remove duplicate reuseport_lookup functionsLorenz Bauer2-6/+20
2023-07-25net: export inet_lookup_reuseport and inet6_lookup_reuseportLorenz Bauer2-0/+12
2023-07-25tcp: Reduce chance of collisions in inet6_hashfn().Stewart Smith1-6/+2
2023-07-25mptcp: fix rcv buffer auto-tuningPaolo Abeni1-5/+15
2023-07-24ipv6: remove hard coded limitation on ipv6_pinfoEric Dumazet1-0/+1
2023-07-24vxlan: calculate correct header length for GPEJiri Benc1-4/+9
2023-07-22net: page_pool: hide page_pool_release_page()Jakub Kicinski1-8/+2
2023-07-21sch_htb: Allow HTB quantum parameter in offload modeNaveen Mamindlapalli1-0/+1
2023-07-21net: switchdev: Add a helper to replay objects on a bridge portPetr Machata1-0/+6
2023-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski12-32/+59
2023-07-20Merge tag 'for-net-2023-07-20' of git://git.kernel.org/pub/scm/linux/kernel/g...Jakub Kicinski1-2/+5
2023-07-20tcp: annotate data-races around tp->notsent_lowatEric Dumazet1-1/+5
2023-07-20tcp: annotate data-races around tp->keepalive_probesEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_intvlEric Dumazet1-2/+7
2023-07-20tcp: annotate data-races around tp->keepalive_timeEric Dumazet1-2/+5
2023-07-20Bluetooth: coredump: fix building with coredump disabledArnd Bergmann1-2/+0
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-0/+5
2023-07-20tcp: add TCP_OLD_SEQUENCE drop reasonEric Dumazet1-0/+3
2023-07-20llc: Check netns in llc_estab_match() and llc_listener_match().Kuniyuki Iwashima1-1/+1
2023-07-20netfilter: allow exp not to be removed in nf_ct_find_expectationXin Long1-1/+1
2023-07-20tcp: tcp_enter_quickack_mode() should be staticEric Dumazet1-1/+0
2023-07-20tcp: remove tcp_send_partial()Eric Dumazet1-1/+0
2023-07-20Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski5-1/+275
2023-07-19bpf: Add fd-based tcx multi-prog infra with link supportDaniel Borkmann2-1/+207
2023-07-19xsk: support mbuf on ZC RXMaciej Fijalkowski2-0/+46
2023-07-19xsk: allow core/drivers to test EOP bitMaciej Fijalkowski2-0/+15
2023-07-19xsk: introduce wrappers and helpers for supporting multi-buffer in Tx pathTirthendu Sarkar1-0/+6
2023-07-19xsk: introduce XSK_USE_SG bind flag for xsk socketTirthendu Sarkar1-0/+1
2023-07-19ip_tunnels: Add nexthop ID field to ip_tunnel_keyIdo Schimmel1-0/+1
2023-07-19tcp: get rid of sysctl_tcp_adv_win_scaleEric Dumazet2-5/+21
2023-07-18net: dsa: remove legacy_pre_march2020 detectionRussell King (Oracle)1-3/+0
2023-07-15rsi: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-15pie: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: NSH: fix kernel-doc notation warningRandy Dunlap1-1/+1
2023-07-15net: llc: fix kernel-doc notation warningsRandy Dunlap1-2/+4
2023-07-15inet: frags: eliminate kernel-doc warningRandy Dunlap1-1/+1
2023-07-15devlink: fix kernel-doc notation warningsRandy Dunlap1-12/+16
2023-07-15codel: fix kernel-doc notation warningsRandy Dunlap1-2/+2
2023-07-15net: cfg802154: fix kernel-doc notation warningsRandy Dunlap1-1/+2
2023-07-15net: bonding: remove kernel-doc comment markerRandy Dunlap1-1/+1
2023-07-14ipv4: Constify the sk parameter of ip_route_output_*().Guillaume Nault1-3/+3
2023-07-13net/sched: make psched_mtu() RTNL-less safePedro Tammela1-1/+1
2023-07-06Merge tag 'nf-23-07-06' of git://git.kernel.org/pub/scm/linux/kernel/git/netf...Paolo Abeni2-4/+30
2023-07-06Merge tag 'net-6.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-1/+2
2023-07-05netfilter: conntrack: don't fold port numbers into addresses before hashingFlorian Westphal1-0/+3
2023-07-05netfilter: nf_tables: report use refcount overflowPablo Neira Ayuso1-4/+27
2023-06-30Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+3
2023-06-29Bluetooth: ISO: Rework sync_interval to be sync_factorLuiz Augusto von Dentz1-1/+1
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-0/+1
2023-06-27net: scm: introduce and use scm_recv_unix helperAlexander Mikhalitsyn1-10/+25