summaryrefslogtreecommitdiffstats
path: root/include/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* ax88796: export ax_NS8390_init() hookMichael Schmitz2021-08-031-0/+3
* m68k: remove legacy probingArnd Bergmann2021-08-031-6/+0
* appletalk: ltpc: remove static probingArnd Bergmann2021-08-031-1/+0
* bonding: add new option lacp_activeHangbin Liu2021-08-033-0/+3
* net: dsa: remove the struct packet_type argument from dsa_device_ops::rcv()Vladimir Oltean2021-08-021-5/+2
* nfc: hci: pass callback data param as pointer in nci_request()Krzysztof Kozlowski2021-08-021-2/+2
* net_sched: refactor TC action init APICong Wang2021-08-023-10/+16
* Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-312-1/+6
|\
| * tcp: seq_file: Replace listening_hash with lhash2Martin KaFai Lau2021-07-241-0/+6
| * bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-241-1/+0
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-312-10/+26
|\ \
| * | net: llc: fix skb_over_panicPavel Skripkin2021-07-271-8/+23
| * | sctp: send pmtu probe only if packet loss in Search Complete stateXin Long2021-07-261-0/+1
| * | sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-261-2/+2
* | | devlink: Allocate devlink directly in requested net namespaceLeon Romanovsky2021-07-301-2/+12
* | | nfc: nci: constify several pointers to u8, sk_buff and other structsKrzysztof Kozlowski2021-07-301-6/+8
* | | nfc: constify several pointers to u8, char and sk_buffKrzysztof Kozlowski2021-07-301-2/+2
* | | net: convert fib_treeref from int to refcount_tYajun Deng2021-07-302-2/+2
* | | net/sched: store the last executed chain also for clsact egressDavide Caratti2021-07-291-15/+7
* | | mctp: Allow per-netns default networksMatt Johnston2021-07-292-0/+5
* | | mctp: Implement message fragmentation & reassemblyJeremy Kerr2021-07-291-3/+22
* | | mctp: Populate socket implementationJeremy Kerr2021-07-292-0/+72
* | | mctp: Add neighbour implementationMatt Johnston2021-07-293-0/+30
* | | mctp: Add netlink route managementMatt Johnston2021-07-291-0/+2
* | | mctp: Add initial routing frameworkJeremy Kerr2021-07-293-0/+95
* | | mctp: Add device handling and netlink interfaceJeremy Kerr2021-07-292-0/+49
* | | mctp: Add base packet definitionsJeremy Kerr2021-07-291-0/+35
* | | nfc: constify passed nfc_devKrzysztof Kozlowski2021-07-291-2/+2
* | | skbuff: allow 'slow_gro' for skb carring sock referencePaolo Abeni2021-07-291-0/+9
* | | sk_buff: track dst status in slow_groPaolo Abeni2021-07-291-0/+2
* | | devlink: Remove duplicated registration checkLeon Romanovsky2021-07-281-3/+1
* | | dev_ioctl: split out ndo_eth_ioctlArnd Bergmann2021-07-271-7/+7
* | | ip_tunnel: use ndo_siocdevprivateArnd Bergmann2021-07-271-1/+2
* | | net: netlink: add the case when nlh is NULLYajun Deng2021-07-271-1/+1
* | | Revert "net: dsa: Allow drivers to filter packets they can decode source port...Vladimir Oltean2021-07-261-15/+0
* | | nfc: constify nfc_digital_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | nfc: constify nfc_hci_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | nfc: constify nfc_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | nfc: constify pointer to nfc_vendor_cmdKrzysztof Kozlowski2021-07-253-4/+4
* | | nfc: constify nci_driver_ops (prop_ops and core_ops)Krzysztof Kozlowski2021-07-251-2/+2
* | | nfc: constify nci_opsKrzysztof Kozlowski2021-07-251-2/+2
* | | nfc: constify payload argument in nci_send_cmd()Krzysztof Kozlowski2021-07-251-1/+1
* | | net: dsa: add support for bridge TX forwarding offloadVladimir Oltean2021-07-231-0/+18
* | | net: dsa: track the number of switches in a treeVladimir Oltean2021-07-231-0/+3
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2021-07-231-1/+0
|\| |
| * | net/tcp_fastopen: remove obsolete externEric Dumazet2021-07-201-1/+0
* | | net: ipv4: Consolidate ipv4_mtu and ip_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-4/+18
* | | net: ipv6: introduce ip6_dst_mtu_maybe_forwardVadim Fedorenko2021-07-211-2/+3
* | | ipv6: ioam: Support for IOAM injection with lwtunnelsJustin Iurman2021-07-211-0/+3
* | | ipv6: ioam: Data plane support for Pre-allocated TraceJustin Iurman2021-07-212-0/+67