summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* once: switch to new jump label APIEric Biggers2017-10-091-3/+3
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-099-66/+77
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-10-093-3/+10
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2017-10-093-3/+10
| | |\
| | | * netfilter: xt_bpf: Fix XT_BPF_MODE_FD_PINNED mode of 'xt_bpf_info_v1'Shmulik Ladkani2017-10-092-0/+6
| | | * netfilter: ebtables: fix race condition in frame_filter_net_init()Artem Savkov2017-09-291-3/+4
| * | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2017-10-073-1/+2
| |\ \ \
| | * | | scsi: libiscsi: Remove iscsi_destroy_sessionKhazhismel Kumykov2017-10-021-1/+0
| | * | | scsi: sd: Implement blacklist option for WRITE SAME w/ UNMAPMartin K. Petersen2017-10-022-0/+2
| * | | | Merge tag 'mmc-v4.14-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/ul...Linus Torvalds2017-10-071-1/+1
| |\ \ \ \
| | * | | | mmc: Delete bounce buffer handlingLinus Walleij2017-10-041-1/+1
| * | | | | Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2017-10-062-61/+64
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner2017-10-041-0/+1
| | * | | | watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner2017-10-041-1/+2
| | * | | | watchdog/hardlockup/perf: Implement CPU enable replacementThomas Gleixner2017-09-141-0/+2
| | * | | | watchdog/hardlockup/perf: Implement init time perf validationThomas Gleixner2017-09-141-2/+6
| | * | | | watchdog/core, powerpc: Make watchdog_nmi_reconfigure() two stageThomas Gleixner2017-09-141-0/+2
| | * | | | watchdog/sysctl: Clean up sysctl variable name spaceThomas Gleixner2017-09-141-8/+8
| | * | | | watchdog/sysctl: Get rid of the #ifdefferyThomas Gleixner2017-09-141-0/+6
| | * | | | watchdog/core: Clean up header messThomas Gleixner2017-09-141-35/+25
| | * | | | smpboot/threads, watchdog/core: Avoid runtime allocationThomas Gleixner2017-09-141-2/+2
| | * | | | watchdog/core: Remove the park_in_progress obfuscationThomas Gleixner2017-09-141-1/+0
| | * | | | watchdog/hardlockup/perf: Prevent CPU hotplug deadlockThomas Gleixner2017-09-141-0/+6
| | * | | | watchdog/core: Remove broken suspend/resume interfacesThomas Gleixner2017-09-141-12/+0
| | * | | | watchdog/core: Provide interface to stop from poweroff()Thomas Gleixner2017-09-141-3/+3
| | * | | | watchdog/hardlockup: Provide interface to stop/restart perf eventsPeter Zijlstra2017-09-141-0/+4
* | | | | | qed: Add LL2 slowpath handlingMichal Kalderon2017-10-091-0/+5
* | | | | | qed: Add ll2 option for dropping a tx packetMichal Kalderon2017-10-091-0/+1
* | | | | | qed: Add ll2 ability of opening a secondary queueMichal Kalderon2017-10-091-0/+1
* | | | | | net: bridge: Export bridge multicast router stateYotam Gigi2017-10-091-0/+5
* | | | | | net: bridge: Notify on bridge device mrouter state changesYotam Gigi2017-10-091-0/+1
* | | | | | bridge: add new BR_NEIGH_SUPPRESS port flag to suppress arp and nd floodRoopa Prabhu2017-10-082-0/+2
* | | | | | bpf: Use char in prog and map nameMartin KaFai Lau2017-10-072-6/+6
* | | | | | net: phonet: mark phonet_protocol as constLin Zhang2017-10-071-2/+4
* | | | | | net: phonet: mark header_ops as constLin Zhang2017-10-071-1/+1
* | | | | | bpf: add helper bpf_perf_prog_read_valueYonghong Song2017-10-071-1/+9
* | | | | | bpf: add helper bpf_perf_event_read_value for perf event array mapYonghong Song2017-10-071-2/+19
* | | | | | bpf: perf event change needed for subsequent bpf helpersYonghong Song2017-10-071-2/+5
* | | | | | ip_tunnel: add mpls over gre supportAmine Kherbouche2017-10-071-0/+1
* | | | | | ipv6: take care of rt6_statsWei Wang2017-10-071-6/+9
* | | | | | ipv6: replace rwlock with rcu and spinlock in fib6_tableWei Wang2017-10-072-9/+17
* | | | | | ipv6: update fn_sernum after route is inserted to treeWei Wang2017-10-071-0/+2
* | | | | | ipv6: hook up exception table to store dst cacheWei Wang2017-10-071-1/+0
* | | | | | ipv6: prepare fib6_locate() for exception tableWei Wang2017-10-071-1/+2
* | | | | | ipv6: prepare fib6_age() for exception tableWei Wang2017-10-072-0/+15
* | | | | | ipv6: introduce a hash table to store dst cacheWei Wang2017-10-072-0/+22
* | | | | | ipv6: introduce a new function fib6_update_sernum()Wei Wang2017-10-071-0/+2
* | | | | | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-072-44/+52
* | | | | | tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-14/+1
* | | | | | net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-071-0/+18