summaryrefslogtreecommitdiffstats
path: root/include/net
AgeCommit message (Expand)AuthorLines
2021-08-03appletalk: ltpc: remove static probingArnd Bergmann-1/+0
2021-08-03net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart-1/+1
2021-08-03net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu-0/+4
2021-08-03net: flow_offload: correct comments mismatch with codeBijie Xu-1/+1
2021-08-03bonding: add new option lacp_activeHangbin Liu-0/+3
2021-08-02net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean-5/+2
2021-08-02nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski-2/+2
2021-08-02net_sched: refactor TC action init APICong Wang-10/+16
2021-08-01netfilter: remove xt pernet dataFlorian Westphal-14/+0
2021-07-31Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski-1/+6
2021-07-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski-10/+26
2021-07-30devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky-2/+12
2021-07-30nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski-6/+8
2021-07-30nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski-2/+2
2021-07-30net: convert fib_treeref from int to refcount_tYajun Deng-2/+2
2021-07-29net/sched: store the last executed chain also for clsact egressDavide Caratti-15/+7
2021-07-29mctp: Allow per-netns default networksMatt Johnston-0/+5
2021-07-29mctp: Implement message fragmentation & reassemblyJeremy Kerr-3/+22
2021-07-29mctp: Populate socket implementationJeremy Kerr-0/+72
2021-07-29mctp: Add neighbour implementationMatt Johnston-0/+30
2021-07-29mctp: Add netlink route managementMatt Johnston-0/+2
2021-07-29mctp: Add initial routing frameworkJeremy Kerr-0/+95
2021-07-29mctp: Add device handling and netlink interfaceJeremy Kerr-0/+49
2021-07-29mctp: Add base packet definitionsJeremy Kerr-0/+35
2021-07-29nfc: constify passed nfc_devKrzysztof Kozlowski-2/+2
2021-07-29skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni-0/+9
2021-07-29sk_buff: track dst status in slow_groPaolo Abeni-0/+2
2021-07-28Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa-0/+1
2021-07-28devlink: Remove duplicated registration checkLeon Romanovsky-3/+1
2021-07-27dev_ioctl: split out ndo_eth_ioctlArnd Bergmann-7/+7
2021-07-27ip_tunnel: use ndo_siocdevprivateArnd Bergmann-1/+2
2021-07-27net: llc: fix skb_over_panicPavel Skripkin-8/+23
2021-07-27net: netlink: add the case when nlh is NULLYajun Deng-1/+1
2021-07-26Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean-15/+0
2021-07-25sctp: send pmtu probe only if packet loss in Search Complete stateXin Long-0/+1
2021-07-25sctp: improve the code for pmtu probe send and recv updateXin Long-2/+2
2021-07-25nfc: constify nfc_digital_opsKrzysztof Kozlowski-2/+2
2021-07-25nfc: constify nfc_hci_opsKrzysztof Kozlowski-2/+2
2021-07-25nfc: constify nfc_opsKrzysztof Kozlowski-2/+2
2021-07-25nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski-4/+4
2021-07-25nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski-2/+2
2021-07-25nfc: constify nci_opsKrzysztof Kozlowski-2/+2
2021-07-25nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski-1/+1
2021-07-23tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau-0/+6
2021-07-23bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau-1/+0
2021-07-23net: dsa: add support for bridge TX forwarding offloadVladimir Oltean-0/+18
2021-07-23net: dsa: track the number of switches in a treeVladimir Oltean-0/+3
2021-07-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller-1/+0
2021-07-21net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko-4/+18
2021-07-21net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko-2/+3