summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
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-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-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-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-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-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-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
2021-10-25ipv6: annotate data races around np->min_hopcountEric Dumazet
2021-10-25ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet
2021-10-25tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet
2021-10-25bluetooth: use dev_addr_set()Jakub Kicinski
2021-10-25bluetooth: use eth_hw_addr_set()Jakub Kicinski
2021-10-25net/tls: getsockopt supports complete algorithm listTianjia Zhang
2021-10-25net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean
2021-10-25net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean
2021-10-25net: dsa: avoid refcount warnings when ->port_{fdb,mdb}_del returns errorVladimir Oltean
2021-10-25Revert "Merge branch 'dsa-rtnl'"David S. Miller
2021-10-25Merge tag 'linux-can-next-for-5.16-20211024' of git://git.kernel.org/pub/scm/...David S. Miller
2021-10-24can: bcm: Use hrtimer_forward_now()Thomas Gleixner