summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)Author
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski
2021-08-02net_sched: refactor TC action init APICong Wang
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti
2021-07-29mctp: Allow per-netns default networksMatt Johnston
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr
2021-07-29mctp: Populate socket implementationJeremy Kerr
2021-07-29mctp: Add neighbour implementationMatt Johnston
2021-07-29mctp: Add netlink route managementMatt Johnston
2021-07-29mctp: Add initial routing frameworkJeremy Kerr
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: llc: fix skb_over_panicPavel Skripkin
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-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long
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-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau
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