summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-051-7/+20
* | | | | | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-041-2/+1
* | | | | | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-041-0/+46
* | | | | | | net: add extack arg for link opsRocco Yue2021-08-041-1/+2
* | | | | | | af_unix: Add OOB supportRao Shoaib2021-08-041-0/+3
* | | | | | | wan: remove sbni/granch driverArnd Bergmann2021-08-031-3/+0
* | | | | | | 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-231-0/+6
| * | | | | | bpf: tcp: seq_file: Remove bpf_seq_afinfo from tcp_iter_stateMartin KaFai Lau2021-07-231-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-251-0/+1
| * | | | | sctp: improve the code for pmtu probe send and recv updateXin Long2021-07-251-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