aboutsummaryrefslogtreecommitdiffstats
path: root/include (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-11-03ipv4: add IP_RECVFRAGSIZE cmsgWillem de Bruijn2-0/+2
2016-11-02net: mii: add generic function to support ksetting supportPhilippe Reynes1-0/+4
2016-11-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller4-0/+126
2016-11-01netfilter: nf_tables: introduce routing expressionAnders K. Pedersen1-0/+27
2016-11-01netfilter: move socket lookup infrastructure to nf_socket_ipv{4,6}.cPablo Neira Ayuso1-0/+27
2016-11-01netfilter: nf_log: add packet logging for netdev familyPablo Neira Ayuso1-0/+5
2016-11-01netfilter: nf_tables: add fib expressionFlorian Westphal2-0/+67
2016-10-31net: set SK_MEM_QUANTUM to 4096Eric Dumazet1-6/+17
2016-10-31net: pim: add all RFC7761 message typesNikolay Aleksandrov1-1/+30
2016-10-31net: pim: add a helper to check for IPv4 all pim routers addressNikolay Aleksandrov1-0/+6
2016-10-31net: pim: add common pimhdr struct and helpersNikolay Aleksandrov1-8/+36
2016-10-31qed: Learn resources from management firmwareTomer Tayar1-1/+1
2016-10-31qed*: Add support for WoLMintz, Yuval1-0/+10
2016-10-31qed: Add nvram selftestMintz, Yuval1-0/+9
2016-10-31qed*: Management firmware - notifications and defaultsSudarsana Kalluru1-0/+28
2016-10-31net: Add support for XPS with QoS via traffic classesAlexander Duyck1-2/+2
2016-10-31net: Add sysfs value to determine queue traffic classAlexander Duyck1-0/+1
2016-10-31net: Move functions for configuring traffic classes out of inline headersAlexander Duyck1-28/+3
2016-10-31driver: tun: Use new macro SOCK_IOC_TYPE instead of literal number 0x89Gao Feng1-0/+2
2016-10-31net: add an ioctl to get a socket network namespaceAndrey Vagin2-0/+5
2016-10-30Merge tag 'shared-for-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/leon/linux-rdmaDavid S. Miller3-19/+212
2016-10-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller65-372/+2156
2016-10-30net/mlx5: Add multi dest supportMark Bloch1-13/+15
2016-10-30net/mlx5: Introduce TSAR manipulation firmware commandsMohamad Haj Yahia1-4/+195
2016-10-30net/mlx5: Ensure SRQ physical address structure endiannessArtemy Kovalyov1-1/+1
2016-10-30net/mlx5: Update struct mlx5_ifc_xrqc_bitsArtemy Kovalyov1-1/+1
2016-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds21-52/+134
2016-10-29vxlan: avoid using stale vxlan socket.pravin shelar1-2/+2
2016-10-29Merge tag 'mac80211-next-for-davem-2016-10-28' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-nextDavid S. Miller5-44/+224
2016-10-29net/mlx4: Fix firmware command timeout during interrupt testEugenia Emantayev1-1/+2
2016-10-29bpf: Print function name in addition to function idThomas Graf1-285/+289
2016-10-29Merge tag 'mac80211-for-davem-2016-10-27' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211David S. Miller1-8/+13
2016-10-29flow_dissector: __skb_get_hash_symmetric arg can be constFlorian Westphal1-1/+1
2016-10-29tcp/dccp: drop SYN packets if accept queue is fullEric Dumazet1-5/+0
2016-10-29Revert "hv_netvsc: report vmbus name in ethtool"Stephen Hemminger1-7/+0
2016-10-29netlink: Add nla_memdup() to wrap kmemdup() use on nlattrThomas Graf1-0/+10
2016-10-29net/mlx5: PCI error recovery health care simulationMohamad Haj Yahia1-0/+1
2016-10-29net/mlx5: Fix race between PCI error handlers and health workMohamad Haj Yahia1-0/+4
2016-10-29{net, ib}/mlx5: Make cache line size determination at runtime.Daniel Jurgens1-11/+0
2016-10-28Merge tag 'acpi-4.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+1
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+1
2016-10-28Merge tag 'drm-x86-pat-regression-fix' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds1-0/+22
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-0/+1
2016-10-27Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-4/+3
2016-10-27kconfig.h: remove config_enabled() macroMasahiro Yamada2-4/+3
2016-10-27net: ipv6: Do not consider link state for nexthop validationDavid Ahern1-0/+1
2016-10-27net: ipv6: Fix processing of RAs in presence of VRFDavid Ahern1-0/+2
2016-10-27genetlink: mark families as __ro_after_initJohannes Berg1-1/+1
2016-10-27genetlink: use idr to track familiesJohannes Berg2-16/+17
2016-10-27genetlink: statically initialize familiesJohannes Berg3-72/+29