summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: conntrack: add nf_conntrack_default_on sysctlFlorian Westphal2016-12-041-0/+9
* netfilter: conntrack: register hooks in netns when needed by rulesetFlorian Westphal2016-12-041-0/+4
* netfilter: add and use nf_ct_netns_get/putFlorian Westphal2016-12-041-0/+4
* netfilter: conntrack: remove unused init_net hookFlorian Westphal2016-12-041-3/+0
* netfilter: conntrack: built-in support for UDPliteDavide Caratti2016-12-043-0/+22
* netfilter: conntrack: built-in support for SCTPDavide Caratti2016-12-043-0/+19
* netfilter: conntrack: built-in support for DCCPDavide Caratti2016-12-044-1/+21
* netfilter: nf_conntrack_tuple_common.h: fix #includeDavide Caratti2016-12-041-0/+3
* netfilter: nf_log: do not assume ethernet header in netdev familyLiping Zhang2016-12-041-1/+3
* netfilter: built-in NAT support for UDPliteDavide Caratti2016-12-041-0/+3
* netfilter: built-in NAT support for SCTPDavide Caratti2016-12-041-0/+3
* netfilter: built-in NAT support for DCCPDavide Caratti2016-12-041-0/+3
* ipv6 addrconf: Implemented enhanced DAD (RFC7527)Erik Nordmark2016-12-044-1/+7
* ipv4: fib: Replay events when registering FIB notifierIdo Schimmel2016-12-041-1/+2
* ipv4: fib: Allow for consistent FIB dumpingIdo Schimmel2016-12-041-0/+3
* ipv4: fib: Add fib_info_hold() helperIdo Schimmel2016-12-041-0/+5
* netns: fix net_generic() "id - 1" bloatAlexey Dobriyan2016-12-031-7/+9
* netns: add dummy struct inside "struct net_generic"Alexey Dobriyan2016-12-031-2/+4
* netlink: 2-clause nla_ok()Alexey Dobriyan2016-12-031-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-0312-13/+46
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-026-5/+11
| |\
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-12-012-4/+4
| | |\
| | | * netfilter: nat: fix crash when conntrack entry is re-usedFlorian Westphal2016-11-241-3/+3
| | | * netfilter: nf_tables: fix inconsistent element expiration calculationAnders K. Pedersen2016-11-241-1/+1
| | | * netfilter: nat: switch to new rhlist interfaceFlorian Westphal2016-11-241-1/+1
| | * | l2tp: lock socket before checking flags in connect()Guillaume Nault2016-11-301-0/+2
| | * | of_mdio: add helper to deregister fixed-link PHYsJohan Hovold2016-11-301-0/+4
| | * | Revert "net/mlx4_en: Avoid unregister_netdev at shutdown flow"Tariq Toukan2016-11-281-1/+0
| | * | net/sched: Export tc_tunnel_key so its UAPI accessibleRoi Dayan2016-11-281-0/+1
| * | | default exported asm symbols to zeroArnd Bergmann2016-12-021-0/+1
| * | | Merge tag 'pci-v4.9-fixes-4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-12-021-0/+14
| |\ \ \
| | * | | PCI: Export pcie_find_root_portJohannes Thumshirn2016-11-231-0/+14
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dto...Linus Torvalds2016-12-011-1/+1
| |\ \ \ \
| | * | | | Input: change KEY_DATA from 0x275 to 0x277Ping Cheng2016-11-301-1/+1
| * | | | | mm: fix false-positive WARN_ON() in truncate/invalidate for hugetlbKirill A. Shutemov2016-12-011-6/+15
| * | | | | kasan: update kasan_global for gcc 7Dmitry Vyukov2016-12-011-1/+3
| * | | | | Merge git://git.infradead.org/intel-iommuLinus Torvalds2016-11-271-0/+1
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | iommu/vt-d: Fix PASID table allocationDavid Woodhouse2016-11-191-0/+1
* | | | | | bpf: Add support for reading socket family, type, protocolDavid Ahern2016-12-022-0/+18
* | | | | | bpf: Add new cgroup attach type to enable sock modificationsDavid Ahern2016-12-022-0/+20
* | | | | | bpf: Refactor cgroups code in prep for new typeDavid Ahern2016-12-021-23/+23
* | | | | | net/sched: cls_flower: Add offload support using egress Hardware deviceHadar Hen Zion2016-12-022-0/+3
* | | | | | net/sched: act_mirred: Add new tc_action_ops get_dev()Hadar Hen Zion2016-12-021-0/+2
* | | | | | net/sched: Add separate check for skip_hw flagHadar Hen Zion2016-12-021-4/+15
* | | | | | tcp: randomize tcp timestamp offsets for each connectionFlorian Westphal2016-12-023-5/+6
* | | | | | qed: Add support for hardware offloaded iSCSI.Yuval Mintz2016-12-022-0/+231
* | | | | | bpf, xdp: drop rcu_read_lock from bpf_prog_run_xdp and move to callerDaniel Borkmann2016-12-021-9/+9
* | | | | | bpf: BPF for lightweight tunnel infrastructureThomas Graf2016-12-023-2/+55
* | | | | | net/mlx5e: Implement Fragmented Work Queue (WQ)Tariq Toukan2016-12-021-0/+11
* | | | | | net: phy: add mdix_ctrl to hold the user configuration.Raju Lakkaraju2016-12-011-0/+1