summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-08-056-3/+14
|\
| * Merge tag 'net-5.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-08-055-3/+13
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2021-08-041-0/+1
| | |\
| | | * xfrm: Fix RCU vs hash_resize_mutex lock inversionFrederic Weisbecker2021-07-021-0/+1
| | * | net: ipv6: fix returned variable type in ip6_skb_dst_mtuAntoine Tenart2021-08-031-1/+1
| | * | net: sched: provide missing kdoc for tcf_pkt_info and tcf_ematch_opsBijie Xu2021-08-031-0/+4
| | * | net: flow_offload: correct comments mismatch with codeBijie Xu2021-08-031-1/+1
| | * | net: really fix the build...David S. Miller2021-08-031-1/+6
| | * | Revert "mhi: Fix networking tree build."Jakub Kicinski2021-08-021-6/+1
| | * | mhi: Fix networking tree build.David S. Miller2021-08-021-1/+6
| * | | Bluetooth: defer cleanup of resources in hci_unregister_dev()Tetsuo Handa2021-08-051-0/+1
| |/ /
* | | netdevice: add the case if dev is NULLYajun Deng2021-08-051-4/+8
* | | net/ipv6/mcast: Use struct_size() helperGustavo A. R. Silva2021-08-051-3/+0
* | | net/ipv4/igmp: Use struct_size() helperGustavo A. R. Silva2021-08-051-3/+0
* | | net/ipv4/ipv6: Replace one-element arraya with flexible-array membersGustavo A. R. Silva2021-08-052-12/+36
* | | sock: allow reading and changing sk_userlocks with setsockoptPavel Tikhomirov2021-08-043-2/+8
* | | net: make switchdev_bridge_port_{,unoffload} loosely coupled with the bridgeVladimir Oltean2021-08-042-35/+46
* | | Merge tag 'linux-can-next-for-5.15-20210804' of git://git.kernel.org/pub/scm/...David S. Miller2021-08-041-0/+9
|\ \ \
| * | | can: j1939: extend UAPI to notify about RX statusOleksij Rempel2021-08-041-0/+9
* | | | net: add netif_set_real_num_queues() for device reconfigJakub Kicinski2021-08-041-0/+2
* | | | net: add extack arg for link opsRocco Yue2021-08-041-1/+2
* | | | af_unix: Add OOB supportRao Shoaib2021-08-041-0/+3
* | | | bus: fsl-mc: extend fsl_mc_get_endpoint() to pass interface IDIoana Ciornei2021-08-041-1/+2
* | | | wan: remove sbni/granch driverArnd Bergmann2021-08-031-3/+0
* | | | move netdev_boot_setup into Space.cArnd Bergmann2021-08-031-13/+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-034-0/+4
* | | | skbuff: introduce skb_expand_head()Vasily Averin2021-08-031-0/+1
* | | | net/mlx5: Move TTC logic to fs_ttcMaor Gottlieb2021-08-021-0/+2
|/ / /
* | | net/ipv4: Replace one-element array with flexible-array memberGustavo A. R. Silva2021-08-021-5/+16
* | | 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-024-10/+17
* | | Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski2021-07-315-75/+51
|\ \ \
| * | | bpf: tcp: Support bpf_(get|set)sockopt in bpf tcp iterMartin KaFai Lau2021-07-231-0/+8
| * | | 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
| * | | bpf: Add ambient BPF runtime context stored in currentAndrii Nakryiko2021-07-163-74/+37
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski2021-07-3116-43/+100
|\ \ \ \ | | |/ / | |/| |
| * | | Merge tag 'net-5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds2021-07-306-30/+79
| |\ \ \
| | * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller2021-07-294-20/+53
| | |\ \ \
| | | * | | bpf: Fix leakage due to insufficient speculative store bypass mitigationDaniel Borkmann2021-07-291-1/+1
| | | * | | bpf: Introduce BPF nospec instruction for mitigating Spectre v4Daniel Borkmann2021-07-291-0/+15
| | | * | | bpf, sockmap: Fix memleak on ingress msg enqueueJohn Fastabend2021-07-271-19/+35
| | | * | | bpf: Fix OOB read when printing XDP link fdinfoLorenz Bauer2021-07-191-0/+1
| | | * | | bpf: Fix pointer arithmetic mask tightening under state pruningDaniel Borkmann2021-07-161-0/+1
| | * | | | 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