summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* rtnetlink: Update fib dumps for strict data checkingDavid Ahern2018-10-081-0/+2
* netlink: Add new socket option to enable strict checking on dumpsDavid Ahern2018-10-082-0/+2
* netlink: Add strict version of nlmsg_parse and nla_parseDavid Ahern2018-10-081-0/+17
* netlink: Add extack message to nlmsg_parse for invalid header lengthDavid Ahern2018-10-081-1/+3
* netlink: Pass extack to dump handlersDavid Ahern2018-10-081-0/+1
* dt-bindings: net: vsc8531: add two additional LED modes for VSC8584Quentin Schulz2018-10-081-0/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0611-49/+52
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-061-0/+18
| |\
| | * net/packet: fix packet drop as of virtio gsoJianfeng Tan2018-10-051-0/+18
| * | Merge branch 'akpm'Greg Kroah-Hartman2018-10-066-0/+28
| |\ \
| | * | mm/hugetlb: add mmap() encodings for 32MB and 512MB page sizesAnshuman Khandual2018-10-064-0/+8
| | * | mm: migration: fix migration of huge PMD shared pagesMike Kravetz2018-10-062-0/+20
| * | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Greg Kroah-Hartman2018-10-062-33/+0
| |\ \ \ | | |/ / | |/| |
| | * | mm, sched/numa: Remove rate-limiting of automatic NUMA balancing migrationMel Gorman2018-10-022-33/+0
| * | | Merge tag 'drm-fixes-2018-10-05' of git://anongit.freedesktop.org/drm/drmGreg Kroah-Hartman2018-10-051-2/+3
| |\ \ \
| | * | | drm/cma-helper: Fix crash in fbdev error pathNoralf Trønnes2018-10-021-2/+3
| | |/ /
| * | | Merge tag 'ovl-fixes-4.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/g...Greg Kroah-Hartman2018-10-041-14/+3
| |\ \ \ | | |_|/ | |/| |
| | * | vfs: swap names of {do,vfs}_clone_file_range()Amir Goldstein2018-09-241-14/+3
* | | | dt-bindings: add constants for Microsemi Ocelot SerDes driverQuentin Schulz2018-10-051-0/+12
* | | | phy: add QSGMII and PCIE modesQuentin Schulz2018-10-051-0/+2
* | | | net: mscc: ocelot: simplify register access for PLL5 configurationQuentin Schulz2018-10-051-0/+74
* | | | net: mscc: ocelot: move the HSIO header to include/socQuentin Schulz2018-10-051-0/+785
* | | | udp: gro behind static keyWillem de Bruijn2018-10-051-0/+2
* | | | net_sched: convert idrinfo->lock from spinlock to a mutexCong Wang2018-10-051-2/+2
* | | | net: Move free of dst_metrics to helperDavid Ahern2018-10-051-0/+9
* | | | net: common metrics init helper for dst_entryDavid Ahern2018-10-051-0/+12
* | | | net: Move free of fib_metrics to helperDavid Ahern2018-10-051-0/+6
* | | | net: common metrics init helper for FIB entriesDavid Ahern2018-10-051-2/+2
* | | | net: sched: remove unused helpersJakub Kicinski2018-10-051-10/+0
* | | | tc: Add support for configuring the taprio schedulerVinicius Costa Gomes2018-10-041-0/+46
* | | | devlink: Add generic parameter msix_vec_per_pf_minVasundhara Volam2018-10-041-0/+4
* | | | devlink: Add generic parameter msix_vec_per_pf_maxVasundhara Volam2018-10-041-0/+4
* | | | devlink: Add generic parameter ignore_ariVasundhara Volam2018-10-041-0/+4
* | | | Merge tag 'mlx5-updates-2018-10-03' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2018-10-043-5/+14
|\ \ \ \
| * | | | net/mlx5: Add Fast teardown supportFeras Daoud2018-10-042-2/+8
| * | | | devlink: Add extack for eswitch operationsEli Britstein2018-10-041-3/+6
* | | | | Merge tag 'rxrpc-next-20181004' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller2018-10-041-0/+4
|\ \ \ \ \
| * | | | | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+1
| * | | | | rxrpc: Allow the reply time to be obtained on a client callDavid Howells2018-10-041-0/+3
* | | | | | dns: Allow the dns resolver to retrieve a server setDavid Howells2018-10-042-3/+117
|/ / / / /
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-10-0414-29/+52
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | Merge gitolite.kernel.org:/pub/scm/linux/kernel/git/davem/netGreg Kroah-Hartman2018-10-048-18/+10
| |\ \ \ \
| | * \ \ \ Merge tag 'mlx5-fixes-2018-10-01' of git://git.kernel.org/pub/scm/linux/kerne...David S. Miller2018-10-031-0/+2
| | |\ \ \ \
| | | * | | | net/mlx5e: Avoid unbounded peer devices when unpairing TC hairpin rulesAlaa Hleihel2018-10-011-0/+2
| | * | | | | inet: make sure to grab rcu_read_lock before using ireq->ireq_optEric Dumazet2018-10-031-5/+0
| | * | | | | tcp/dccp: fix lockdep issue when SYN is backloggedEric Dumazet2018-10-021-2/+1
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-10-021-0/+2
| | |\ \ \ \ \ | | | |/ / / / | | |/| | | |
| | | * | | | netfilter: avoid erronous array bounds warningFlorian Westphal2018-09-281-0/+2
| | * | | | | netlink: fix typo in nla_parse_nested() commentJohannes Berg2018-09-291-1/+1
| | * | | | | Merge tag 'rxrpc-fixes-20180928' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2018-09-291-3/+1
| | |\ \ \ \ \