summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2017-12-20net: sock: replace sk_state_load with inet_sk_state_load and remove sk_state_...Yafang Shao
2017-12-20net: tracepoint: replace tcp_set_state tracepoint with inet_sock_set_state tr...Yafang Shao
2017-12-20tcp: Export to userspace the TCP state names for the trace eventsSteven Rostedt (VMware)
2017-12-19net: Introduce NETIF_F_GRO_HW.Michael Chan
2017-12-19sock: Hide unused variable when !CONFIG_PROC_FS.Tonghao Zhang
2017-12-19sock: Move the socket inuse to namespace.Tonghao Zhang
2017-12-19sock: Change the netns_core member name.Tonghao Zhang
2017-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2017-12-17bpf: x64: add JIT support for multi-function programsAlexei Starovoitov
2017-12-17bpf: fix net.core.bpf_jit_enable raceAlexei Starovoitov
2017-12-17bpf: add support for bpf_call to interpreterAlexei Starovoitov
2017-12-17bpf: teach verifier to recognize zero initialized stackAlexei Starovoitov
2017-12-17bpf: introduce function calls (verification)Alexei Starovoitov
2017-12-17bpf: introduce function calls (function boundaries)Alexei Starovoitov
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2017-12-15net: phy: broadcom: Add entry for 5395 switch PHYsFlorian Fainelli
2017-12-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long
2017-12-15pkt_sched: Remove TC_RED_OFFLOADED from uapiYuval Mintz
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz
2017-12-15sfp: add sff module supportRussell King
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu
2017-12-14Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2017-12-14Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2017-12-14Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker
2017-12-14exec: avoid gcc-8 warning for get_task_commArnd Bergmann
2017-12-14string.h: workaround for increased stack usageArnd Bergmann
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson
2017-12-14include/linux/idr.h: add #include <linux/bug.h>Wei Wang
2017-12-14Merge tag 'drm-misc-fixes-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Linus Torvalds
2017-12-13drm: rework delayed connector cleanup in connector_iterDaniel Vetter
2017-12-13bpf/tracing: fix kernel/events/core.c compilation errorYonghong Song
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov
2017-12-13PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang