summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-12-23selftests/net: convert netns-name.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: convert gre_gso.sh to run it in unique namespaceHangbin Liu
2023-12-23selftests/net: remove unneeded semicolonJiapeng Chong
2023-12-22selftest/tcp-ao: Rectify out-of-tree buildDmitry Safonov
2023-12-22tipc: Remove some excess struct member documentationJonathan Corbet
2023-12-22net: skbuff: Remove some excess struct-member documentationJonathan Corbet
2023-12-22Merge branch 'tcp-refactor-bhash2'David S. Miller
2023-12-22tcp: Remove dead code and fields for bhash2.Kuniyuki Iwashima
2023-12-22tcp: Link sk and twsk to tb2->owners using skc_bind_node.Kuniyuki Iwashima
2023-12-22tcp: Unlink sk from bhash.Kuniyuki Iwashima
2023-12-22tcp: Check hlist_empty(&tb->bhash2) instead of hlist_empty(&tb->owners).Kuniyuki Iwashima
2023-12-22tcp: Iterate tb->bhash2 in inet_csk_bind_conflict().Kuniyuki Iwashima
2023-12-22tcp: Rearrange tests in inet_csk_bind_conflict().Kuniyuki Iwashima
2023-12-22tcp: Link bhash2 to bhash.Kuniyuki Iwashima
2023-12-22tcp: Rename tb in inet_bind2_bucket_(init|create)().Kuniyuki Iwashima
2023-12-22tcp: Save address type in inet_bind2_bucket.Kuniyuki Iwashima
2023-12-22tcp: Save v4 address as v4-mapped-v6 in inet_bind2_bucket.v6_rcv_saddr.Kuniyuki Iwashima
2023-12-22tcp: Rearrange tests in inet_bind2_bucket_(addr_match|match_addr_any)().Kuniyuki Iwashima
2023-12-22tcp: Use bhash2 for v4-mapped-v6 non-wildcard address.Kuniyuki Iwashima
2023-12-22selftests/net: Fix various spelling mistakes in TCP-AO testsColin Ian King
2023-12-22octeontx2-af: Fix a double free issueSuman Ghosh
2023-12-22Merge branch '1GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/ne...David S. Miller
2023-12-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-12-21net/ipv6: Remove gc_link warn on in fib6_info_releaseDavid Ahern
2023-12-21Merge tag 'net-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-12-21net: phy: at803x: replace msleep(1) with usleep_rangeChristian Marangi
2023-12-21net: phy: at803x: remove extra space after castChristian Marangi
2023-12-21Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Paolo Abeni
2023-12-21net: check dev->gso_max_size in gso_features_check()Eric Dumazet
2023-12-21kselftest: rtnetlink.sh: use grep_fail when expecting the cmd failHangbin Liu
2023-12-21net/ipv6: Revert remove expired routes with a separated list of routesDavid Ahern
2023-12-21Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...Paolo Abeni
2023-12-21net: avoid build bug in skb extension length calculationThomas Weißschuh
2023-12-21net: ethernet: mtk_wed: fix possible NULL pointer dereference in mtk_wed_wo_q...Lorenzo Bianconi
2023-12-20posix-timers: Get rid of [COMPAT_]SYS_NI() usesLinus Torvalds
2023-12-20Merge tag '6.7-rc6-smb3-client-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2023-12-20Merge tag 's390-6.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds
2023-12-20Merge tag 'soc-fixes-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-12-20Merge tag 'platform-drivers-x86-v6.7-5' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2023-12-20Merge tag 'ovl-fixes-6.7-rc7' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-20Merge tag 'bcachefs-2023-12-19' of https://evilpiepirate.org/git/bcachefsLinus Torvalds
2023-12-20Merge tag 'nfsd-6.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/l...Linus Torvalds
2023-12-20Merge tag 'dm-6.7/dm-fixes-3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2023-12-20arm64: dts: mediatek: mt8395-genio-1200-evk: add interrupt-parent for mt6360Macpaul Lin
2023-12-20Merge tag 'am3-usb-hang-fix-signed' of git://git.kernel.org/pub/scm/linux/ker...Arnd Bergmann
2023-12-20Merge tag 'omap-for-v6.7/fixes-signed' of git://git.kernel.org/pub/scm/linux/...Arnd Bergmann
2023-12-20Merge branch 'net-sched-tc-drop-reason'David S. Miller
2023-12-20net: sched: Add initial TC error skb drop reasonsVictor Nogueira
2023-12-20net: sched: Make tc-related drop reason more flexible for remaining qdiscsVictor Nogueira
2023-12-20net: sched: Move drop_reason to struct tc_skb_cbVictor Nogueira