aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
* bitfield.h: don't compile-time validate _val in FIELD_FITJakub Kicinski2020-08-101-1/+1
* net: Revert "net: optimize the sockptr_t for unified kernel/user address spaces"Christoph Hellwig2020-08-101-24/+2
* bpf: Change uapi for bpf iterator map elementsYonghong Song2020-08-061-4/+6
* Merge tag 'mips_5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linuxLinus Torvalds2020-08-061-0/+4
|\
| * of_address: Add bus type match for pci ranges parserJiaxun Yang2020-07-281-0/+4
* | Merge tag 'hyperv-next-signed' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-08-061-15/+7
|\ \
| * | Drivers: hv: vmbus: Remove the lock field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-201-6/+0
| * | Drivers: hv: vmbus: Remove the numa_node field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-1/+0
| * | Drivers: hv: vmbus: Remove the target_vp field from the vmbus_channel structAndrea Parri (Microsoft)2020-06-191-8/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-08-0573-970/+1628
|\ \
| * | ipv4: route: Ignore output interface in FIB lookup for PMTU routeStefano Brivio2020-08-041-0/+5
| * | Merge tag 'wireless-drivers-next-2020-08-04' of git://git.kernel.org/pub/scm/...David S. Miller2020-08-041-0/+3
| |\ \
| | * | wilc1000: Move wilc1000 SDIO ID's from driver source to common header fileAjay Singh2020-08-021-0/+3
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2020-08-035-48/+126
| |\ \ \
| | * | | bpf: Add support for forced LINK_DETACH commandAndrii Nakryiko2020-08-011-0/+1
| | * | | bpf, xdp: Remove XDP_QUERY_PROG and XDP_QUERY_PROG_HW XDP commandsAndrii Nakryiko2020-07-251-8/+0
| | * | | bpf, xdp: Add bpf_link-based XDP attachment APIAndrii Nakryiko2020-07-251-0/+4
| | * | | bpf, xdp: Maintain info on attached XDP BPF programs in net_deviceAndrii Nakryiko2020-07-251-2/+15
| | * | | bpf: Make bpf_link API available indepently of CONFIG_BPF_SYSCALLAndrii Nakryiko2020-07-251-26/+55
| | * | | bpf: Make cgroup storages shared between programs on the same cgroupYiFei Zhu2020-07-251-4/+8
| | * | | bpf: Fail PERF_EVENT_IOC_SET_BPF when bpf_get_[stack|stackid] cannot workSong Liu2020-07-251-1/+2
| | * | | bpf: Separate bpf_get_[stack|stackid] for perf events BPFSong Liu2020-07-251-0/+2
| | * | | bpf: Implement bpf iterator for map elementsYonghong Song2020-07-251-0/+16
| | * | | bpf: Support readonly/readwrite buffers in verifierYonghong Song2020-07-251-0/+6
| | * | | bpf: Refactor to provide aux info to bpf_iter_init_seq_priv_tYonghong Song2020-07-252-2/+8
| | * | | bpf: Refactor bpf_iter_reg to have separate seq_info memberYonghong Song2020-07-251-7/+10
| | * | | bpf: Add bpf_prog iteratorAlexei Starovoitov2020-07-251-0/+1
| * | | | net: dsa: loop: Wire-up MTU callbacksFlorian Fainelli2020-08-031-0/+1
| * | | | net: dsa: loop: Move data structures to headerFlorian Fainelli2020-08-031-0/+40
| * | | | Merge tag 'mac80211-next-for-davem-2020-08-03' of git://git.kernel.org/pub/sc...David S. Miller2020-08-031-0/+2
| |\ \ \ \
| | * | | | mac80211: Handle special status codes in SAE commitJouni Malinen2020-08-031-0/+2
| * | | | | net/sched: act_ct: fix miss set mru for ovs after defrag in act_ctwenxu2020-08-031-0/+1
| * | | | | net: mdiobus: add reset-post-delay-us handlingBruno Thomsen2020-08-031-0/+2
| |/ / / /
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-08-024-39/+36
| |\ \ \ \
| * | | | | rtnetlink: add support for protodown reasonRoopa Prabhu2020-07-311-0/+4
| * | | | | tcp: add earliest departure time to SCM_TIMESTAMPING_OPT_STATSYousuk Seung2020-07-311-1/+2
| * | | | | Add pldmfw library for PLDM firmware updateJacob Keller2020-07-281-0/+165
| * | | | | net: improve the user pointer check in init_user_sockptrChristoph Hellwig2020-07-281-12/+6
| * | | | | net: remove sockptr_advanceChristoph Hellwig2020-07-281-14/+13
| * | | | | net: make sockptr_is_null strict aliasing safeChristoph Hellwig2020-07-281-1/+3
| * | | | | net/mlx5: Hold pages RB tree per VFEran Ben Elisha2020-07-281-1/+1
| | |/ / / | |/| | |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2020-07-2516-17/+138
| |\ \ \ \ | | |_|/ / | |/| | |
| * | | | icmp6: support rfc 4884Willem de Bruijn2020-07-241-0/+1
| * | | | icmp: prepare rfc 4884 for ipv6Willem de Bruijn2020-07-241-1/+2
| * | | | net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2020-07-241-2/+30
| * | | | net: pass a sockptr_t into ->setsockoptChristoph Hellwig2020-07-241-1/+3
| * | | | net/ipv6: switch ip6_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-4/+4
| * | | | net/ipv4: switch ip_mroute_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+3
| * | | | bpfilter: switch bpfilter_ip_set_sockopt to sockptr_tChristoph Hellwig2020-07-241-3/+3
| * | | | netfilter: switch nf_setsockopt to sockptr_tChristoph Hellwig2020-07-241-2/+4