summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-022-1/+1
* net: dsa: remove tag ops from the switch treeVivien Didelot2017-10-011-11/+0
* net: dsa: change dsa_ptr for a dsa_portVivien Didelot2017-10-011-2/+2
* net: dsa: prepare master receive hot pathVivien Didelot2017-10-011-0/+5
* net: dsa: add tagging ops to portVivien Didelot2017-10-011-0/+3
* Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller2017-10-011-0/+20
|\
| * i40e: Enable VF to negotiate number of allocated queuesAlan Brady2017-09-291-0/+20
* | net-ipv6: add support for sockopt(SOL_IPV6, IPV6_FREEBIND)Maciej Żenczykowski2017-09-301-0/+1
|/
* net: ipv4: remove fib_weightDavid Ahern2017-09-291-3/+0
* bpf: Add map_name to bpf_map_infoMartin KaFai Lau2017-09-292-0/+3
* bpf: Add name, load_time, uid and map_ids to bpf_prog_infoMartin KaFai Lau2017-09-292-0/+10
* net: bridge: add per-port group_fwd_mask with less restrictionsNikolay Aleksandrov2017-09-291-0/+1
* arp: make arp_hdr_len() return unsigned intAlexey Dobriyan2017-09-281-1/+1
* net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+7
* net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+2
* ipmr: Add FIB notification access functionsYotam Gigi2017-09-272-0/+18
* ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-0/+21
* fib: notifier: Add VIF add and delete event typesYotam Gigi2017-09-271-0/+2
* net: sched: introduce helper to identify gact pass actionJiri Pirko2017-09-271-0/+5
* bpf: add meta pointer for direct accessDaniel Borkmann2017-09-264-5/+98
* bpf: rename bpf_compute_data_end into bpf_compute_data_pointersDaniel Borkmann2017-09-261-3/+6
* qed: iWARP - Add check for errors on a SYN packetMichal Kalderon2017-09-261-0/+1
* neigh: make strucrt neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
* neigh: make struct neigh_table::entry_size unsigned intAlexey Dobriyan2017-09-261-1/+1
* tun: enable napi_gro_frags() for TUN/TAP driverPetar Penkov2017-09-261-0/+1
* tun: enable NAPI for TUN/TAP driverPetar Penkov2017-09-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-2314-147/+122
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-09-236-22/+12
| |\
| | * net: prevent dst uses after freeEric Dumazet2017-09-223-20/+6
| | * net: ethtool: Add back transceiver typeFlorian Fainelli2017-09-221-1/+5
| | * bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-09-201-0/+1
| | * tcp: remove two unused functionsYuchung Cheng2017-09-191-1/+0
| * | Merge tag 'acpi-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds2017-09-231-14/+4
| |\ \
| | * | ACPI / bus: Make ACPI_HANDLE() work for non-GPL code againJohn Hubbard2017-09-191-14/+4
| | |/
| * | Merge tag 'pm-4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-231-1/+1
| |\ \
| | * | driver core: Fix link to device power management documentationGeert Uytterhoeven2017-09-181-1/+1
| | |/
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2017-09-231-0/+1
| |\ \
| | * | Input: uinput - avoid FF flush when destroying deviceDmitry Torokhov2017-09-221-0/+1
| | * | Merge branch 'bind_unbind' of git://git.kernel.org/pub/scm/linux/kernel/git/g...Dmitry Torokhov2017-07-2551-133/+296
| | |\ \
| * | \ \ Merge tag 'seccomp-v4.14-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-09-233-14/+18
| |\ \ \ \
| | * | | | seccomp: Implement SECCOMP_RET_KILL_PROCESS actionKees Cook2017-08-141-0/+1
| | * | | | seccomp: Introduce SECCOMP_RET_KILL_PROCESSKees Cook2017-08-141-8/+10
| | * | | | seccomp: Rename SECCOMP_RET_KILL to SECCOMP_RET_KILL_THREADKees Cook2017-08-141-1/+2
| | * | | | seccomp: Action to log before allowingTyler Hicks2017-08-141-0/+1
| | * | | | seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOWTyler Hicks2017-08-142-1/+3
| | * | | | seccomp: Sysctl to configure actions that are allowed to be loggedTyler Hicks2017-08-141-5/+1
| | * | | | seccomp: Operation for checking if an action is availableTyler Hicks2017-08-141-2/+3
| * | | | | Merge tag 'for-linus-4.14b-rc2-tag' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2017-09-221-10/+0
| |\ \ \ \ \
| | * | | | | xen, arm64: drop dummy lookup_address()Tycho Andersen2017-09-191-10/+0
| * | | | | | Merge tag 'drm-amdkfd-next-2017-09-02' of git://people.freedesktop.org/~gabba...Dave Airlie2017-09-181-86/+86
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |