summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2021-11-01devlink: expose get/put functionsJakub Kicinski1-0/+12
2021-11-01net: dsa: populate supported_interfaces memberMarek Behún1-0/+2
2021-11-01Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/tnguy/...David S. Miller1-21/+20
2021-11-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-9/+20
2021-11-01netfilter: nft_payload: support for inner header matching / manglingPablo Neira Ayuso2-0/+4
2021-11-01netfilter: nf_tables: convert pktinfo->tprot_set to flags fieldPablo Neira Ayuso3-8/+13
2021-11-01netfilter: nft_meta: add NFT_META_IFTYPEPablo Neira Ayuso1-1/+3
2021-10-29net/mlx5: Allow skipping counter refresh on creationPaul Blakey1-0/+4
2021-10-29virtchnl: Use the BIT() macro for capability/offload flagsBrett Creeley1-20/+20
2021-10-29virtchnl: Remove unused VIRTCHNL_VF_OFFLOAD_RSVD defineBrett Creeley1-1/+0
2021-10-29mctp: Pass flow data & flow release events to driversJeremy Kerr2-0/+22
2021-10-29mctp: Add flow extension to skbJeremy Kerr2-0/+10
2021-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski10-21/+35
2021-10-28Merge tag 'net-5.15-rc8' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds9-19/+28
2021-10-28mptcp: fix corrupt receiver key in MPC + data + checksumDavide Caratti1-0/+4
2021-10-28net/tls: Fix flipped sign in tls_err_abort() callsDaniel Jordan1-7/+2
2021-10-28net: cleanup __sk_stream_memory_free()Eric Dumazet1-8/+2
2021-10-28Merge tag 'mlx5-net-next-5.15-rc7' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller4-31/+31
2021-10-28tcp: cleanup tcp_remove_empty_skb() useEric Dumazet1-1/+1
2021-10-28Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed4-31/+31
2021-10-28net: introduce sk_forward_alloc_get()Paolo Abeni1-0/+11
2021-10-28tcp: define macros for a couple reclaim thresholdsPaolo Abeni1-2/+7
2021-10-28inet: remove races in inet{6}_getname()Eric Dumazet1-0/+1
2021-10-28net: sch: eliminate unnecessary RCU waits in mini_qdisc_pair_swap()Seth Forshee1-1/+1
2021-10-27Merge tag 'mac80211-for-net-2021-10-27' of git://git.kernel.org/pub/scm/linux...Jakub Kicinski1-2/+0
2021-10-27net: switchdev: merge switchdev_handle_fdb_{add,del}_to_deviceVladimir Oltean1-38/+10
2021-10-27net/mlx5e: Add handle SHAMPO cqe supportKhalid Manaa1-5/+18
2021-10-27net/mlx5e: Add support to klm_umr_wqeBen Ben-Ishay1-0/+1
2021-10-27net/mlx5e: Rename TIR lro functions to TIR packet merge functionsKhalid Manaa1-1/+1
2021-10-27net/mlx5: Add SHAMPO caps, HW bits and enumerationsBen Ben-Ishay2-3/+57
2021-10-27net/mlx5e: Rename lro_timeout to packet_merge_timeoutBen Ben-Ishay1-3/+3
2021-10-27lib: bitmap: Introduce node-aware alloc APITariq Toukan1-0/+2
2021-10-27Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfJakub Kicinski6-8/+19
2021-10-26bpf: Fix potential race in tail call compatibility checkToke Høiland-Jørgensen1-2/+5
2021-10-26bpf: Move BPF_MAP_TYPE for INODE_STORAGE and TASK_STORAGE outside of CONFIG_NETTejun Heo1-4/+4
2021-10-26skmsg: Extract and reuse sk_msg_is_readable()Cong Wang1-0/+1
2021-10-26net: Rename ->stream_memory_read to ->sock_is_readableCong Wang2-2/+8
2021-10-26net/mlx5: remove the recent devlink paramsJakub Kicinski3-1/+6
2021-10-26net: phylink: use supported_interfaces for phylink validationRussell King (Oracle)1-2/+10
2021-10-26net: phylink: add MAC phy_interface_t bitmapRussell King1-0/+1
2021-10-26net: phy: add phy_interface_t bitmap supportRussell King (Oracle)1-0/+34
2021-10-26mctp: Implement extended addressingJeremy Kerr3-4/+21
2021-10-26tcp: rename sk_stream_alloc_skbEric Dumazet2-3/+2
2021-10-26net: annotate data-race in neigh_output()Eric Dumazet1-3/+8
2021-10-26Merge tag 'mlx5-updates-2021-10-25' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller4-14/+31
2021-10-26net: multicast: calculate csum of looped-back and forwarded packetsCyril Strejc1-2/+3
2021-10-26ipv4: guard IP_MINTTL with a static keyEric Dumazet1-0/+2
2021-10-26ipv6: guard IPV6_MINHOPCOUNT with a static keyEric Dumazet1-0/+1
2021-10-26net: annotate accesses to sk->sk_rx_queue_mappingEric Dumazet1-3/+7
2021-10-26net: avoid dirtying sk->sk_rx_queue_mappingEric Dumazet1-4/+2