summaryrefslogtreecommitdiffstats
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2017-12-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller30-256/+103
2017-12-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds6-10/+21
2017-12-15net: phy: broadcom: Add entry for 5395 switch PHYsFlorian Fainelli1-0/+1
2017-12-15Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds7-228/+11
2017-12-15sctp: implement handle_ftsn for sctp_stream_interleaveXin Long1-0/+2
2017-12-15sctp: implement report_ftsn for sctp_stream_interleaveXin Long1-0/+1
2017-12-15sctp: implement validate_ftsn for sctp_stream_interleaveXin Long2-0/+12
2017-12-15sctp: implement generate_ftsn for sctp_stream_interleaveXin Long2-0/+3
2017-12-15sctp: add basic structures and make chunk function for ifwdtsnXin Long3-0/+21
2017-12-15pkt_sched: Remove TC_RED_OFFLOADED from uapiYuval Mintz1-1/+0
2017-12-15net: sched: Add TCA_HW_OFFLOADYuval Mintz2-0/+2
2017-12-15sfp: add sff module supportRussell King1-0/+1
2017-12-15ip6_gre: add erspan v2 supportWilliam Tu1-0/+3
2017-12-15net: erspan: introduce erspan v2 for ip_greWilliam Tu4-3/+126
2017-12-15net: erspan: refactor existing erspan codeWilliam Tu1-10/+24
2017-12-14Merge tag 'pm-4.15-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds1-0/+1
2017-12-14Merge tag 'trace-v4.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2-5/+8
2017-12-14Merge tag 'pci-v4.15-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-0/+3
2017-12-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds7-2/+23
2017-12-14mm, oom_reaper: fix memory corruptionMichal Hocko2-0/+10
2017-12-14kernel: make groups_sort calling a responsibility group_info allocatorsThiago Rafael Becker1-0/+1
2017-12-14exec: avoid gcc-8 warning for get_task_commArnd Bergmann1-1/+5
2017-12-14string.h: workaround for increased stack usageArnd Bergmann1-1/+4
2017-12-14lib/rbtree,drm/mm: add rbtree_replace_node_cached()Chris Wilson1-0/+2
2017-12-14include/linux/idr.h: add #include <linux/bug.h>Wei Wang1-0/+1
2017-12-14Merge tag 'drm-misc-fixes-2017-12-14' of git://anongit.freedesktop.org/drm/dr...Linus Torvalds3-5/+25
2017-12-13drm: rework delayed connector cleanup in connector_iterDaniel Vetter2-5/+23
2017-12-13net: phy: phylink: Allow setting a custom link state callbackFlorian Fainelli1-0/+3
2017-12-13net: phy: phylink: Allow specifying PHY device flagsFlorian Fainelli1-1/+1
2017-12-13tcp: pause Fast Open globally after third consecutive timeoutYuchung Cheng1-3/+2
2017-12-13net: sk_pacing_shift_update() helperEric Dumazet1-0/+11
2017-12-13net: bridge: use rhashtable for fdbsNikolay Aleksandrov1-2/+2
2017-12-13PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()Heiner Kallweit1-0/+1
2017-12-13tcp/dccp: avoid one atomic operation for timewait hashdanceEric Dumazet1-2/+2
2017-12-13net_sched: switch to exit_batch for action pernet opsCong Wang1-3/+10
2017-12-13ipv4: igmp: guard against silly MTU valuesEric Dumazet1-0/+1
2017-12-13phylib: add reset after clk enable supportRichard Leitner1-0/+2
2017-12-13phylib: Add device reset delay supportRichard Leitner1-0/+2
2017-12-13drm: Update edid-derived drm_display_info fields at edid property set [v2]Keith Packard1-0/+2
2017-12-12tcp: avoid integer overflows in tcp_rcv_space_adjust()Eric Dumazet1-1/+1
2017-12-12compiler.h: Remove ACCESS_ONCE()Mark Rutland1-36/+11
2017-12-12locking/lockdep: Remove the cross-release locking checksIngo Molnar3-181/+0
2017-12-12locking/core: Remove break_lock field when CONFIG_GENERIC_LOCKBREAK=yWill Deacon3-11/+0
2017-12-11Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds1-0/+8
2017-12-11fou: fix some member types in guehdrXin Long1-9/+9
2017-12-11sctp: add support for the process of unordered idataXin Long2-1/+14
2017-12-11sctp: implement abort_pd for sctp_stream_interleaveXin Long3-1/+5
2017-12-11sctp: implement start_pd for sctp_stream_interleaveXin Long1-0/+1
2017-12-11sctp: implement renege_events for sctp_stream_interleaveXin Long2-6/+5
2017-12-11sctp: implement enqueue_event for sctp_stream_interleaveXin Long1-0/+2