aboutsummaryrefslogtreecommitdiffstats
path: root/include/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti1-15/+7
2021-07-29mctp: Allow per-netns default networksMatt Johnston2-0/+5
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr1-3/+22
2021-07-29mctp: Populate socket implementationJeremy Kerr2-0/+72
2021-07-29mctp: Add neighbour implementationMatt Johnston3-0/+30
2021-07-29mctp: Add netlink route managementMatt Johnston1-0/+2
2021-07-29mctp: Add initial routing frameworkJeremy Kerr3-0/+95
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr2-0/+49
2021-07-29mctp: Add base packet definitionsJeremy Kerr1-0/+35
2021-07-29nfc: constify passed nfc_devKrzysztof Kozlowski1-2/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni1-0/+9
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni1-0/+2
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky1-3/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann1-7/+7
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann1-1/+2
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng1-1/+1
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port from"Vladimir Oltean1-15/+0
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski3-4/+4
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski1-2/+2
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski1-2/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski1-1/+1
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean1-0/+18
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean1-0/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller1-1/+0
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko1-4/+18
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko1-2/+3
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman1-0/+3
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2-0/+67
2021-07-21net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device shimVladimir Oltean1-1/+1
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean1-0/+56
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean1-0/+6
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean1-0/+7
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean1-0/+3
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet1-1/+0
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet1-1/+0
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2-0/+17
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang1-0/+2
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang1-0/+10
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds11-212/+28
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu1-2/+3
2021-07-09net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo1-1/+3
2021-07-07bpf: Add function for XDP meta data length checkZvi Effron1-0/+5
2021-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-1/+1
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo1-1/+8
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah1-0/+1
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+8
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko1-1/+1