aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 244Thomas Gleixner1-3/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 237Thomas Gleixner4-16/+4
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 235Thomas Gleixner1-8/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner24-291/+24
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 233Thomas Gleixner1-4/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 230Thomas Gleixner4-12/+4
2019-06-19act_ctinfo: Don't use BIT() in UAPI headers.David S. Miller1-2/+2
2019-06-19net: flow_offload: implement support for meta keyJiri Pirko1-0/+6
2019-06-19flow_dissector: add support for ingress ifindex dissectionJiri Pirko2-0/+13
2019-06-19fanotify: update connector fsid cache on add markAmir Goldstein1-1/+3
2019-06-18ip6_tunnel: allow not to count pkts on tstats by passing dev as NULLXin Long1-3/+6
2019-06-19bpf: precise scalar_value trackingAlexei Starovoitov1-0/+18
2019-06-19bpf: introduce bounded loopsAlexei Starovoitov1-1/+50
2019-06-18ipoib: show VF broadcast addressDenis Kirjanov1-0/+5
2019-06-18ipv6: Stop sending in-kernel notifications for each nexthopIdo Schimmel1-1/+0
2019-06-18ipv6: Extend notifier info for multipath routesIdo Schimmel1-0/+7
2019-06-18netlink: Add field to skip in-kernel notificationsIdo Schimmel1-1/+3
2019-06-18netlink: Document all fields of 'struct nl_info'Ido Schimmel1-0/+2
2019-06-18mmc: core: Add sdio_retune_hold_now() and sdio_retune_release()Douglas Anderson1-0/+3
2019-06-18mmc: core: API to temporarily disable retuning for SDIO CRC errorsDouglas Anderson2-0/+4
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller306-2448/+547
2019-06-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds14-10/+63
2019-06-17net: ipv4: move tcp_fastopen server side code to SipHash libraryArd Biesheuvel2-12/+5
2019-06-17block: return from __bio_try_merge_page if merging occured in the same pageChristoph Hellwig1-1/+1
2019-06-16net: stmmac: drop the phy_reset hook from struct stmmac_mdio_bus_dataMartin Blumenstingl1-1/+0
2019-06-16net: stmmac: drop the reset delays from struct stmmac_mdio_bus_dataMartin Blumenstingl1-3/+0
2019-06-16net: stmmac: drop the reset GPIO from struct stmmac_mdio_bus_dataMartin Blumenstingl1-1/+0
2019-06-16Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2019-06-15tcp: add tcp_min_snd_mss sysctlEric Dumazet1-0/+1
2019-06-15tcp: tcp_fragment() should apply sane memory limitsEric Dumazet1-0/+1
2019-06-15tcp: limit payload size of sacked skbsEric Dumazet2-0/+6
2019-06-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-2/+2
2019-06-15net: sched: remove NET_CLS_IND config optionJiri Pirko2-5/+2
2019-06-15net: stmmac: Fix wrapper drivers not detecting PHYJose Abreu1-0/+1
2019-06-15x86/microcode, cpuhotplug: Add a microcode loader CPU hotplug callbackBorislav Petkov1-0/+1
2019-06-14Merge branch 'for-5.2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds2-2/+13
2019-06-14Merge tag 'drm-fixes-2019-06-14' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2019-06-14net: dsa: make cpu_dp non constVivien Didelot1-1/+1
2019-06-14net: add high_order_alloc_disable sysctl/static keyEric Dumazet1-0/+2
2019-06-14tcp: add tcp_tx_skb_cache sysctlEric Dumazet1-1/+3
2019-06-14tcp: add tcp_rx_skb_cache sysctlEric Dumazet1-4/+2
2019-06-14sysctl: define proc_do_static_key()Eric Dumazet2-1/+3
2019-06-14ipv4: tcp: fix ACK/RST sent with a transmit delayEric Dumazet2-4/+7
2019-06-14Merge tag 'mlx5-updates-2019-06-13' of git://git.kernel.org/pub/scm/linux/kernel/git/saeed/linuxDavid S. Miller2-4/+19
2019-06-14locking/static_key: always define static_branch_deferred_incWillem de Bruijn1-2/+3
2019-06-14net: stmmac: use GPIO descriptors in stmmac_mdio_resetMartin Blumenstingl1-1/+1
2019-06-15bpf: Fix build error without CONFIG_INETYueHaibing1-7/+24
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_SOCK_OPS prog typeStanislav Fomichev1-0/+1
2019-06-15bpf: export bpf_sock for BPF_PROG_TYPE_CGROUP_SOCK_ADDR prog typeStanislav Fomichev1-0/+1
2019-06-15bpf: net: Add SO_DETACH_REUSEPORT_BPFMartin KaFai Lau2-0/+4