summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | net: ipconfig: Release the rtnl_lock while waiting for carrierMaxime Chevallier2021-10-281-2/+10
| * | | | | sch_htb: Add extack messages for EOPNOTSUPP errorsMaxim Mikityanskiy2021-10-281-2/+6
| * | | | | ipv6: enable net.ipv6.route.max_size sysctl in network namespaceAlexander Kuznetsov2021-10-281-12/+12
| * | | | | tcp: do not clear TCP_SKB_CB(skb)->sacked if already zeroEric Dumazet2021-10-282-6/+0
| * | | | | tcp: do not clear skb->csum if already zeroEric Dumazet2021-10-283-3/+0
| * | | | | tcp: factorize ip_summed settingEric Dumazet2021-10-283-9/+2
| * | | | | tcp: no longer set skb->reserved_tailroomEric Dumazet2021-10-282-6/+0
| * | | | | tcp: remove dead code from tcp_collapse_retrans()Eric Dumazet2021-10-281-7/+3
| * | | | | tcp: cleanup tcp_remove_empty_skb() useEric Dumazet2021-10-282-6/+7
| * | | | | tcp: remove dead code from tcp_sendmsg_locked()Eric Dumazet2021-10-281-9/+1
| * | | | | mptcp: drop unused sk in mptcp_push_releaseGeliang Tang2021-10-271-5/+4
| * | | | | mptcp: allocate fwd memory separately on the rx and tx pathPaolo Abeni2021-10-272-145/+95
| * | | | | net: introduce sk_forward_alloc_get()Paolo Abeni2021-10-273-3/+3
| * | | | | inet: remove races in inet{6}_getname()Eric Dumazet2021-10-272-17/+20
| * | | | | xdp: Remove redundant warningYajun Deng2021-10-271-2/+0
| * | | | | net: sch: simplify condtion for selecting mini_Qdisc_pair bufferSeth Forshee2021-10-271-1/+1
| * | | | | net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee2021-10-271-19/+19
| * | | | | net: sched: gred: dynamically allocate tc_gred_qopt_offloadArnd Bergmann2021-10-271-20/+30
| * | | | | Revert "devlink: Remove not-executed trap policer notifications"Leon Romanovsky2021-10-271-5/+7
| * | | | | Revert "devlink: Remove not-executed trap group notifications"Leon Romanovsky2021-10-271-5/+7
| * | | | | net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean2021-10-272-164/+33
| * | | | | net: bridge: create a common function for populating switchdev FDB entriesVladimir Oltean2021-10-271-19/+22
| * | | | | net: bridge: move br_fdb_replay inside br_switchdev.cVladimir Oltean2021-10-273-56/+54
| * | | | | net: bridge: reduce indentation level in fdb_createVladimir Oltean2021-10-271-14/+17
| * | | | | net: bridge: rename br_fdb_insert to br_fdb_add_localVladimir Oltean2021-10-274-8/+7
| * | | | | net: bridge: rename fdb_insert to fdb_add_localVladimir Oltean2021-10-271-7/+7
| * | | | | net: bridge: remove fdb_insert forward declarationVladimir Oltean2021-10-271-59/+57
| * | | | | net: bridge: remove fdb_notify forward declarationVladimir Oltean2021-10-271-124/+122
| * | | | | net: Prevent HW-GRO and LRO features operate togetherBen Ben-ishay2021-10-261-0/+5
| * | | | | net: dsa: stop calling dev_hold in dsa_slave_fdb_eventVladimir Oltean2021-10-261-3/+0
| * | | | | net: dsa: flush switchdev workqueue when leaving the bridgeVladimir Oltean2021-10-261-0/+2
| * | | | | mctp: Implement extended addressingJeremy Kerr2021-10-262-35/+149
| * | | | | net: hsr: Add support for redbox supervision framesAndreas Oetken2021-10-264-26/+113
| * | | | | tcp: remove unneeded code from tcp_stream_alloc_skb()Eric Dumazet2021-10-261-3/+0
| * | | | | tcp: use MAX_TCP_HEADER in tcp_stream_alloc_skbEric Dumazet2021-10-261-2/+2
| * | | | | tcp: rename sk_stream_alloc_skbEric Dumazet2021-10-262-11/+11
| * | | | | netfilter: conntrack: skip confirmation and nat hooks in postrouting for vrfFlorian Westphal2021-10-262-1/+27
| * | | | | tcp: don't free a FIN sk_buff in tcp_remove_empty_skb()Jon Maxwell2021-10-261-1/+1
| * | | | | ipv6/tcp: small drop monitor changesEric Dumazet2021-10-251-2/+2
| * | | | | ipv4: guard IP_MINTTL with a static keyEric Dumazet2021-10-252-8/+18
| * | | | | ipv4: annotate data races arount inet->min_ttlEric Dumazet2021-10-252-3/+9
| * | | | | ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet2021-10-252-8/+19
| * | | | | ipv6: annotate data races around np->min_hopcountEric Dumazet2021-10-252-3/+8
| * | | | | ipv6: move inet6_sk(sk)->rx_dst_cookie to sk->sk_rx_dst_cookieEric Dumazet2021-10-252-5/+5
| * | | | | tcp: move inet->rx_dst_ifindex to sk->sk_rx_dst_ifindexEric Dumazet2021-10-252-6/+6
| * | | | | bluetooth: use dev_addr_set()Jakub Kicinski2021-10-251-1/+3
| * | | | | bluetooth: use eth_hw_addr_set()Jakub Kicinski2021-10-251-1/+1
| * | | | | net/tls: getsockopt supports complete algorithm listTianjia Zhang2021-10-251-0/+42
| * | | | | net: dsa: drop rtnl_lock from dsa_slave_switchdev_event_workVladimir Oltean2021-10-251-2/+0
| * | | | | net: dsa: introduce locking for the address lists on CPU and DSA portsVladimir Oltean2021-10-252-24/+53