summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2021-10-28ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov
2021-10-28tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet
2021-10-28tcp: do not clear skb->csum if already zeroEric Dumazet
2021-10-28tcp: factorize ip_summed settingEric Dumazet
2021-10-28tcp: no longer set skb->reserved_tailroomEric Dumazet
2021-10-28tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet
2021-10-28tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet
2021-10-28xfrm: Remove redundant fields and related parenthesesluo penghao
2021-10-27mptcp: drop unused sk in mptcp_push_releaseGeliang Tang
2021-10-27mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni
2021-10-27net: introduce sk_forward_alloc_get()Paolo Abeni
2021-10-27inet: remove races in inet{6}_getname()Eric Dumazet
2021-10-27xdp: Remove redundant warningYajun Deng
2021-10-27net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee
2021-10-27net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee
2021-10-27net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann
2021-10-27Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky
2021-10-27Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean
2021-10-27net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean
2021-10-27net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean
2021-10-27net: bridge: reduce indentation level in fdb_createVladimir Oltean
2021-10-27net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean
2021-10-27net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean
2021-10-27net: bridge: remove fdb_insert forward declarationVladimir Oltean
2021-10-27net: bridge: remove fdb_notify forward declarationVladimir Oltean
2021-10-26net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay
2021-10-26Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski
2021-10-26net: Implement ->sock_is_readable() for UDP and AF_UNIXCong Wang
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang
2021-10-26tcp_bpf: Fix one concurrency problem in the tcp_bpf_send_verdict functionLiu Jian
2021-10-26net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean
2021-10-26net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean
2021-10-26mctp: Implement extended addressingJeremy Kerr
2021-10-26net: hsr: Add support for redbox supervision framesAndreas Oetken
2021-10-26net: batman-adv: fix error handlingPavel Skripkin
2021-10-26tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet
2021-10-26tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet
2021-10-26tipc: fix size validations for the MSG_CRYPTO typeMax VA
2021-10-26netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal
2021-10-26tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc
2021-10-25ipv6/tcp: small drop monitor changesEric Dumazet
2021-10-25ipv4: guard IP_MINTTL with a static keyEric Dumazet
2021-10-25ipv4: annotate data races arount inet->min_ttlEric Dumazet
2021-10-25ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet