summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2022-10-28Kalle Valo says:Jakub Kicinski
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski
2022-10-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole
2022-10-26net/rds: remove variable total_copiedColin Ian King
2022-10-26mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt
2022-10-25ipv6: ensure sane device mtu in tunnelsEric Dumazet
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook
2022-10-25netfilter: nft_inner: set tunnel offset to GRE header offsetPablo Neira Ayuso
2022-10-25netfilter: nft_inner: add geneve supportPablo Neira Ayuso
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso
2022-10-25netfilter: nft_payload: access ipip payload for inner offsetPablo Neira Ayuso
2022-10-25netfilter: nft_payload: access GRE payload via inner offsetPablo Neira Ayuso
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal
2022-10-25netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso
2022-10-25mptcp: sockopt: use new helper for TCP_DEFER_ACCEPTMatthieu Baerts
2022-10-25mptcp: add TCP_FASTOPEN_NO_COOKIE supportMatthieu Baerts
2022-10-25mptcp: sockopt: make 'tcp_fastopen_connect' genericMatthieu Baerts
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar
2022-10-24Merge tag 'ieee802154-for-net-2022-10-24' of git://git.kernel.org/pub/scm/lin...Jakub Kicinski
2022-10-24mptcp: fix abba deadlock on fastopenPaolo Abeni
2022-10-24mptcp: factor out mptcp_connect()Paolo Abeni
2022-10-24mptcp: set msk local address earlierPaolo Abeni
2022-10-24genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski
2022-10-24ethtool: eeprom: fix null-deref on genl_info in dumpXin Long
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-10-24Merge tag 'net-6.1-rc3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-10-24tcp: fix indefinite deferral of RTO with SACK renegingNeal Cardwell
2022-10-24tcp: fix a signed-integer-overflow bug in tcp_add_backlog()Lu Wei