aboutsummaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr
2021-07-29mctp: Add base packet definitionsJeremy Kerr
2021-07-29nfc: constify passed nfc_devKrzysztof Kozlowski
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko
2021-07-21ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman
2021-07-21ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman
2021-07-21net: switchdev: remove stray semicolon in switchdev_handle_fdb_del_to_device ...Vladimir Oltean
2021-07-20net: switchdev: introduce a fanout helper for SWITCHDEV_FDB_{ADD,DEL}_TO_DEVICEVladimir Oltean
2021-07-20net: switchdev: introduce helper for checking dynamically learned FDB entriesVladimir Oltean
2021-07-20net: dsa: make tag_8021q operations part of the coreVladimir Oltean
2021-07-20net: dsa: let the core manage the tag_8021q contextVladimir Oltean
2021-07-20net/tcp_fastopen: remove tcp_fastopen_ctx_lockEric Dumazet
2021-07-20net/tcp_fastopen: remove obsolete externEric Dumazet
2021-07-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2021-07-15af_unix: Implement unix_dgram_bpf_recvmsg()Cong Wang
2021-07-15af_unix: Implement ->psock_update_sk_prot()Cong Wang
2021-07-14Merge tag 'net-5.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2021-07-09mptcp: avoid processing packet if a subflow resetJianguo Wu
2021-07-09net: validate lwtstate->data before returning from skb_tunnel_info()Taehee Yoo
2021-07-07bpf: Add function for XDP meta data length checkZvi Effron
2021-07-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2021-07-06bonding: Add struct bond_ipesc to manage SATaehee Yoo
2021-07-06netfilter: conntrack: add new sysctl to disable RST checkAli Abdallah
2021-07-03Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-07-02net: ipv6: fix return value of ip6_skb_dst_mtuVadim Fedorenko
2021-07-02netfilter: conntrack: nf_ct_gre_keymap_flush() removalVasily Averin
2021-07-01tcp: consistently disable header prediction for mptcpPaolo Abeni
2021-07-01net: remove the caif_hsi driverChristoph Hellwig
2021-07-01net: sock: extend SO_TIMESTAMPING for PHC bindingYangbo Lu
2021-07-01sctp: move 198 addresses from unusable to private scopeXin Long
2021-07-01net: annotate data race around sk_ll_usecEric Dumazet
2021-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski