summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-16ipv6: tunnels: use DEV_STATS_INC()Eric Dumazet4-35/+28
2022-11-16ipv6/sit: use DEV_STATS_INC() to avoid data-racesEric Dumazet1-11/+11
2022-11-16net: add atomic_long_t to net_device_stats fieldsEric Dumazet1-11/+3
2022-11-16net: __sock_gen_cookie() cleanupEric Dumazet1-6/+6
2022-11-16net: adopt try_cmpxchg() in napi_{enable|disable}()Eric Dumazet1-9/+5
2022-11-16net: adopt try_cmpxchg() in napi_schedule_prep() and napi_complete_done()Eric Dumazet1-6/+4
2022-11-16net: net_{enable|disable}_timestamp() optimizationsEric Dumazet1-12/+6
2022-11-16ipv6: fib6_new_sernum() optimizationEric Dumazet1-4/+3
2022-11-16net: mm_account_pinned_pages() optimizationEric Dumazet1-3/+2
2022-11-16net: linkwatch: only report IF_OPER_LOWERLAYERDOWN if iflink is actually downVladimir Oltean1-3/+17
2022-11-16udp: Introduce optional per-netns hash table.Kuniyuki Iwashima2-6/+135
2022-11-16udp: Access &udp_table via net.Kuniyuki Iwashima6-27/+35
2022-11-16udp: Set NULL to udp_seq_afinfo.udp_table.Kuniyuki Iwashima2-9/+25
2022-11-16udp: Set NULL to sk->sk_prot->h.udp_table.Kuniyuki Iwashima2-5/+12
2022-11-16udp: Clean up some functions.Kuniyuki Iwashima2-20/+31
2022-11-16net: dsa: remove phylink_validate() methodVladimir Oltean1-10/+8
2022-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski43-99/+158
2022-11-16net: dsa: add support for DSA rx offloading via metadata dstFelix Fietkau2-2/+21
2022-11-15net: dcb: move getapptrust to separate functionDaniel Machon1-22/+43
2022-11-15netfilter: conntrack: use siphash_4u64Florian Westphal1-17/+13
2022-11-15netfilter: rpfilter/fib: clean up some inconsistent indentingJiapeng Chong1-3/+2
2022-11-15netfilter: nf_tables: Introduce NFT_MSG_GETRULE_RESETPhil Sutter5-21/+38
2022-11-15netfilter: nf_tables: Extend nft_expr_ops::dump callback parametersPhil Sutter41-57/+103
2022-11-15tcp: Add listening address to SYN flood messageJamie Bainbridge1-3/+11
2022-11-14net: flow_offload: add support for ARP frame matchingSteen Hegelund1-0/+7
2022-11-14ipasdv4/tcp_ipv4: remove redundant assignmentxu xin1-1/+0
2022-11-12tcp: tcp_wfree() refactoringEric Dumazet1-17/+14
2022-11-12tcp: adopt try_cmpxchg() in tcp_release_cb()Eric Dumazet1-3/+3
2022-11-12bridge: Add missing parenthesesIdo Schimmel1-1/+1
2022-11-12mptcp: Fix grammar in a commentMat Martineau1-2/+2
2022-11-12mptcp: get sk from msk directlyGeliang Tang3-6/+6
2022-11-12mptcp: change 'first' as a parameterGeliang Tang1-14/+6
2022-11-12mptcp: use msk instead of mptcp_skGeliang Tang1-5/+5
2022-11-12Merge tag 'for-netdev' of https://git.kernel.org/pub/scm/linux/kernel/git/bpf...Jakub Kicinski2-10/+37
2022-11-12net: gro: no longer use skb_vlan_tag_present()Eric Dumazet1-3/+1
2022-11-12net: remove skb->vlan_presentEric Dumazet1-12/+10
2022-11-12bpf: Add hwtstamp field for the sockops progMartin KaFai Lau1-8/+31
2022-11-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski22-81/+122
2022-11-11genetlink: fix single op policy dump when do is presentJakub Kicinski1-9/+21
2022-11-11devlink: Fix warning when unregistering a portIdo Schimmel1-2/+2
2022-11-10ethtool: ethtool_get_drvinfo: populate drvinfo fields even if callback exitsVincent Mailhol1-3/+10
2022-11-10gro: avoid checking for a failed searchRichard Gobert1-35/+35
2022-11-10mctp: Fix an error handling path in mctp_init()Wei Yongjun2-2/+4
2022-11-10devlink: Add packet traps for 802.1X operationIdo Schimmel1-0/+3
2022-11-10bridge: switchdev: Reflect MAB bridge port flag to device driversIdo Schimmel1-1/+1
2022-11-10bridge: switchdev: Allow device drivers to install locked FDB entriesHans J. Schultz4-4/+27
2022-11-10bridge: switchdev: Let device drivers determine FDB offload indicationIdo Schimmel1-1/+1
2022-11-10net: devlink: move netdev notifier block to dest namespace during reloadJiri Pirko1-1/+4
2022-11-10net: introduce a helper to move notifier block to different namespaceJiri Pirko1-4/+18
2022-11-09genetlink: correctly begin the iteration over policiesJakub Kicinski1-1/+3