summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2022-11-07genetlink: allow families to use split ops directlyJakub Kicinski1-0/+5
2022-11-07genetlink: introduce split op representationJakub Kicinski1-4/+56
2022-11-07genetlink: move the private fields in struct genl_familyJakub Kicinski1-5/+6
2022-11-04net: expose devlink port over rtnetlinkJiri Pirko1-0/+14
2022-11-04net: devlink: store copy netdevice ifindex and ifname to allow port_fill() wi...Jiri Pirko1-0/+2
2022-11-04net: devlink: remove netdev arg from devlink_port_type_eth_set()Jiri Pirko1-2/+1
2022-11-04net: devlink: convert devlink port type-specific pointers to unionJiri Pirko1-3/+10
2022-11-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2-21/+34
2022-11-03net: dcb: add new apptrust attributeDaniel Machon1-0/+4
2022-11-03bonding (gcc13): synchronize bond_{a,t}lb_xmit() typesJiri Slaby (SUSE)1-2/+2
2022-11-02netlink: introduce bigendian integer typesFlorian Westphal1-9/+10
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_TOO_FAREric Dumazet1-0/+6
2022-11-01net: dropreason: add SKB_DROP_REASON_FRAG_REASM_TIMEOUTEric Dumazet3-2/+10
2022-11-01net: dropreason: add SKB_DROP_REASON_DUP_FRAGEric Dumazet1-0/+3
2022-11-01net: dropreason: add SKB_CONSUMED reasonEric Dumazet1-0/+2
2022-11-01rtnetlink: Honour NLM_F_ECHO flag in rtnl_delete_linkHangbin Liu1-1/+1
2022-11-01rtnetlink: pass netlink message header and portid to rtnl_configure_link()Hangbin Liu2-1/+13
2022-10-31net: geneve: fix array of flexible structures warningsJakub Kicinski1-1/+1
2022-10-31netlink: split up copies in the ack constructionJakub Kicinski1-0/+21
2022-10-29net: remove SOCK_SUPPORT_ZC from sockmapPavel Begunkov1-0/+7
2022-10-29netlink: hide validation union fields from kdocJakub Kicinski1-13/+18
2022-10-29Kalle Valo says:Jakub Kicinski2-20/+66
2022-10-28tcp: add PLB functionality for TCPMubashir Adnan Qureshi1-0/+28
2022-10-28tcp: add sysctls for TCP PLB parametersMubashir Adnan Qureshi1-0/+5
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netfilter/nf-nextJakub Kicinski5-15/+47
2022-10-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+9
2022-10-27bond: Disable TLS features indicationTariq Toukan1-4/+0
2022-10-26Merge tag 'ieee802154-for-net-next-2022-10-25' of git://git.kernel.org/pub/sc...David S. Miller3-35/+24
2022-10-25netfilter: nft_meta: add inner match supportPablo Neira Ayuso1-0/+6
2022-10-25netfilter: nft_inner: add percpu inner contextPablo Neira Ayuso2-0/+2
2022-10-25netfilter: nft_inner: support for inner tunnel header matchingPablo Neira Ayuso2-0/+29
2022-10-25netfilter: nft_objref: make it builtinFlorian Westphal1-0/+1
2022-10-25netfilter: nf_tables: reduce nft_pktinfo by 8 bytesFlorian Westphal3-5/+9
2022-10-25netfilter: nft_payload: move struct nft_payload_set definition where it belongsPablo Neira Ayuso1-10/+0
2022-10-25soreuseport: Fix socket selection for SO_INCOMING_CPU.Kuniyuki Iwashima1-0/+2
2022-10-25act_skbedit: skbedit queue mapping for receive queueAmritha Nambiar3-0/+32
2022-10-25genetlink: piggy back on resv_op to default to a reject policyJakub Kicinski1-1/+9
2022-10-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski1-1/+1
2022-10-24net-memcg: avoid stalls when under memory pressureJakub Kicinski1-1/+1
2022-10-24net: remove useless parameter of __sock_cmsg_sendxu xin1-1/+1
2022-10-24net: add a refcount tracker for kernel socketsEric Dumazet1-8/+22
2022-10-24udp: track the forward memory release threshold in an hot cachelinePaolo Abeni1-0/+9
2022-10-24inet6: Remove inet6_destroy_sock().Kuniyuki Iwashima1-2/+0
2022-10-21sctp: remove unnecessary NULL check in sctp_association_init()Alexey Kodanev1-2/+1
2022-10-21Merge tag 'net-6.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds2-9/+10
2022-10-19genetlink: fix kdoc warningsJakub Kicinski1-3/+5
2022-10-18udp: Update reuse->has_conns under reuseport_lock.Kuniyuki Iwashima1-6/+5
2022-10-17Merge tag 'random-6.1-rc1-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds3-3/+3
2022-10-13Merge tag 'net-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds4-12/+12
2022-10-13tcp/udp: Call inet6_destroy_sock() in IPv6 sk->sk_destruct().Kuniyuki Iwashima3-9/+2