summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-022-0/+8
* bpf: introduce BPF_PROG_TYPE_PERF_EVENT program typeAlexei Starovoitov2016-09-024-0/+25
* net: dsa: remove ds_to_privVivien Didelot2016-09-011-5/+0
* net: bridge: add per-port multicast flood flagNikolay Aleksandrov2016-09-012-0/+2
* rtnetlink: fdb dump: optimize by saving last interface markersRoopa Prabhu2016-09-013-5/+5
* rps: flow_dissector: Add the const for the parameter of flow_keys_have_l4Gao Feng2016-09-011-1/+1
* rxrpc: Don't expose skbs to in-kernel users [ver #2]David Howells2016-09-011-24/+11
* net: dsa: add MDB supportVivien Didelot2016-08-311-0/+16
* net: lwtunnel: Handle fragmentationRoopa Prabhu2016-08-301-0/+44
* rxrpc: Pass struct socket * to more rxrpc kernel interface functionsDavid Howells2016-08-301-3/+7
* rxrpc: Provide a way for AFS to ask for the peer address of a callDavid Howells2016-08-301-0/+2
* rxrpc: Trace rxrpc_call usageDavid Howells2016-08-301-0/+39
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-3020-30/+101
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-08-2910-7/+64
| |\
| | * net: smc91x: fix SMC accessesRussell King2016-08-281-0/+10
| | * include/uapi/linux/ipx.h: fix conflicting defitions with glibc netipx/ipx.hMikko Rapeli2016-08-222-1/+38
| | * include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-221-1/+1
| | * include/uapi/linux/atm_zatm.h: include linux/time.hMikko Rapeli2016-08-221-0/+1
| | * include/uapi/linux/openvswitch.h: use __u32 from linux/types.hMikko Rapeli2016-08-221-2/+2
| | * include/uapi/linux/if_pppox.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-221-0/+2
| | * include/uapi/linux/if_pppol2tp.h: include linux/in.h and linux/in6.hMikko Rapeli2016-08-221-1/+2
| | * include/uapi/linux/if_tunnel.h: include linux/if.h, linux/ip.h and linux/in6.hMikko Rapeli2016-08-221-0/+3
| | * include/uapi/linux/if_pppox.h: include linux/if.hMikko Rapeli2016-08-221-0/+1
| | * tcp: fix use after free in tcp_xmit_retransmit_queue()Eric Dumazet2016-08-181-0/+2
| | * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2016-08-181-2/+2
| | |\
| | | * netfilter: nfnetlink_acct: report overquota to the right netnsLiping Zhang2016-08-181-2/+2
| * | | Merge tag 'drm-fixes-for-4.8-rc4' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-281-0/+2
| |\ \ \
| | * \ \ Merge tag 'drm/tegra/for-4.8-rc4' of git://anongit.freedesktop.org/tegra/linu...Dave Airlie2016-08-251-0/+2
| | |\ \ \
| | | * | | drm/tegra: dsi: Enhance runtime power managementThierry Reding2016-08-241-0/+2
| * | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-271-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'kvm-arm-for-v4.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel...Paolo Bonzini2016-08-181-0/+1
| | |\ \ \ \ \ | | | |_|_|/ / | | |/| | | |
| | | * | | | KVM: arm64: ITS: return 1 on successful MSI injectionAndre Przywara2016-08-091-0/+1
| | | | |/ / | | | |/| |
| * | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2016-08-262-2/+8
| |\ \ \ \ \
| | * | | | | sysctl: handle error writing UINT_MAX to u32 fieldsSubash Abhinov Kasiviswanathan2016-08-261-0/+2
| | * | | | | byteswap: don't use __builtin_bswap*() with sparseJohannes Berg2016-08-261-2/+6
| * | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-08-261-8/+3
| |\ \ \ \ \ \
| | * | | | | | IB/core: Use memdup_user() rather than duplicating its implementationMarkus Elfring2016-08-231-8/+3
| | | |_|_|/ / | | |/| | | |
| * | | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-262-4/+12
| |\ \ \ \ \ \
| | * | | | | | block: Fix secure eraseAdrian Hunter2016-08-162-4/+12
| * | | | | | | Merge tag 'pci-v4.8-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2016-08-261-4/+6
| |\ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | |
| | * | | | | | PCI: Use positive flags in pci_alloc_irq_vectors()Christoph Hellwig2016-08-161-4/+6
| | | |_|_|/ / | | |/| | | |
| * | | | | | xen: change the type of xen_vcpu_id to uint32_tVitaly Kuznetsov2016-08-241-2/+2
| | |_|/ / / | |/| | | |
| * | | | | Merge branch 'locking-urgent-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2016-08-181-3/+3
| |\ \ \ \ \ | | |_|_|/ / | |/| | | |
| | * | | | locking/barriers: Suppress sparse warnings in lockless_dereference()Johannes Berg2016-08-181-3/+3
| | | |/ / | | |/| |
* | | | | net: ethtool: add support for 1000BaseX and missing 10G link modesVidya Sagar Ravipati2016-08-291-2/+9
* | | | | tcp: add tcp_add_backlog()Eric Dumazet2016-08-291-0/+1
* | | | | kcm: Remove TCP specific references from kcm and strparserTom Herbert2016-08-281-1/+1
* | | | | tcp: Set read_sock and peek_len proto_opsTom Herbert2016-08-281-0/+2
* | | | | net: Add read_sock proto_opTom Herbert2016-08-282-2/+6
* | | | | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-261-0/+2