summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-02Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski1-32/+3
2022-11-02nfc: Add KCOV annotationsDmitry Vyukov3-2/+13
2022-11-02tcp: refine tcp_prune_ofo_queue() logicEric Dumazet1-20/+31
2022-11-02net: core: inet[46]_pton strlen len typesDr. David Alan Gilbert1-2/+2
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet1-1/+1
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet2-6/+14
2022-11-01net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet3-9/+19
2022-11-01net: dropreason: propagate drop_reason to skb_release_data()Eric Dumazet1-12/+12
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-1/+5
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu5-7/+8
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_newlink_createHangbin Liu1-2/+4
2022-11-01net: add new helper unregister_netdevice_many_notifyHangbin Liu2-10/+20
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu4-29/+37
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski1-9/+20
2022-10-29net/packet: add PACKET_FANOUT_FLAG_IGNORE_OUTGOINGWillem de Bruijn1-0/+1
2022-10-29net: Remove the obsolte u64_stats_fetch_*_irq() users (net).Thomas Gleixner16-45/+44
2022-10-29Kalle Valo says:Jakub Kicinski30-376/+693
2022-10-28tcp: add rcv_wnd and plb_rehash to TCP_INFOMubashir Adnan Qureshi1-0/+2
2022-10-28tcp: add u32 counter in tcp_sock and an SNMP counter for PLBMubashir Adnan Qureshi3-0/+6
2022-10-28tcp: add support for PLB in DCTCPMubashir Adnan Qureshi1-1/+22
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi3-2/+109
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi2-0/+51
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski8-30/+621
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski17-106/+174
2022-10-27kcm: do not sense pfmemalloc status in kcm_sendpage()Eric Dumazet1-1/+1
2022-10-27net: do not sense pfmemalloc status in skb_append_pagefrags()Eric Dumazet1-1/+1
2022-10-27Merge tag 'linux-can-fixes-for-6.1-20221027' of git://git.kernel.org/pub/scm/...Jakub Kicinski1-1/+3
2022-10-27nh: fix scope used to find saddr when adding non gw nhNicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix dflt addr selection for connected nexthop"Nicolas Dichtel1-1/+1
2022-10-27Revert "ip: fix triggering of 'icmp redirect'"Nicolas Dichtel1-2/+2
2022-10-27genetlink: limit the use of validation workarounds to old opsJakub Kicinski1-0/+2
2022-10-27skbuff: Proactively round up to kmalloc bucket sizeKees Cook1-26/+26
2022-10-27can: j1939: transport: j1939_session_skb_drop_old(): spin_unlock_irqrestore()...Yang Yingliang1-1/+3
2022-10-27openvswitch: switch from WARN to pr_warnAaron Conole1-1/+2
2022-10-27net/rds: remove variable total_copiedColin Ian King1-2/+0
2022-10-27mptcp: fix tracking issue in mptcp_subflow_create_socket()Eric Dumazet1-0/+2
2022-10-27Merge tag 'ieee802154-for-net-next-2022-10-26' of git://git.kernel.org/pub/sc...Jakub Kicinski1-2/+2
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller9-152/+444
2022-10-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-can-nextDavid S. Miller1-1/+1
2022-10-26net: mac802154: Fixup function parameter name in docsStefan Schmidt1-2/+2
2022-10-26bpf: Refactor some inode/task/sk storage functions for reuseYonghong Song1-32/+3
2022-10-26ipv6: ensure sane device mtu in tunnelsEric Dumazet3-13/+18
2022-10-25net: dev: Convert sa_data to flexible array in struct sockaddrKees Cook3-7/+7
2022-10-25netfilter: nft_inner: set tunnel offset to GRE header offsetPablo Neira Ayuso1-2/+7
2022-10-25netfilter: nft_inner: add geneve supportPablo Neira Ayuso1-0/+17
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso2-0/+70
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso1-4/+22
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso5-2/+463
2022-10-25netfilter: nft_payload: access ipip payload for inner offsetPablo Neira Ayuso1-0/+3
2022-10-25netfilter: nft_payload: access GRE payload via inner offsetPablo Neira Ayuso1-0/+32