summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* net: ipmr: Remove nowait arg to ipmr_get_routeDavid Ahern2017-01-081-1/+1
* net: netcp: extract eflag from desc for rx_hook handlingKaricheri, Muralidharan2017-01-081-0/+2
* sctp: prepare asoc stream for stream reconfXin Long2017-01-072-46/+31
* net: ipv4: make fib_select_default staticDavid Ahern2017-01-061-1/+0
* Merge tag 'rxrpc-rewrite-20170105' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-051-26/+492
|\
| * rxrpc: Add some more tracingDavid Howells2017-01-051-5/+89
| * rxrpc: Fix handling of enums-to-string translation in tracingDavid Howells2017-01-051-21/+403
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-057-109/+6
|\ \ | |/ |/|
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-01-044-99/+2
| |\
| | * net/mlx4_core: Fix raw qp flow steering rules under SRIOVJack Morgenstein2016-12-291-0/+2
| | * Revert "net/mlx5: Add MPCNT register infrastructure"Gal Pressman2016-12-283-99/+0
| * | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-01-041-9/+0
| |\ \
| | * | genhd: remove dead and duplicated scsi codeJon Derrick2016-12-221-9/+0
| * | | Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-01-011-0/+3
| |\ \ \
| | * | | mm: Invalidate DAX radix tree entries only if appropriateJan Kara2016-12-271-0/+3
| * | | | mm: optimize PageWaiters bit use for unlock_page()Linus Torvalds2016-12-291-1/+1
| | |_|/ | |/| |
* | | | dsa: mv88e6xxx: Optimise atu_getAndrew Lunn2017-01-041-0/+60
* | | | scm: remove use CMSG{_COMPAT}_ALIGN(sizeof(struct {compat_}cmsghdr))yuan linyu2017-01-041-3/+3
* | | | ipmr, ip6mr: add RTNH_F_UNRESOLVED flag to unresolved cache entriesNikolay Aleksandrov2017-01-031-0/+1
* | | | Merge branch 'for_4.11/net-next/rds_v3' of git://git.kernel.org/pub/scm/linux...David S. Miller2017-01-031-0/+33
|\ \ \ \
| * | | | RDS: add receive message trace used by applicationSantosh Shilimkar2017-01-021-0/+33
* | | | | net: mdio: add mdio45_ethtool_ksettings_getPhilippe Reynes2017-01-021-0/+21
|/ / / /
* | | | IB/mlx5: Improve MR checkArtemy Kovalyov2017-01-021-0/+6
* | | | IB/mlx5: Add ODP atomics supportArtemy Kovalyov2017-01-022-1/+19
* | | | {net,IB}/mlx5: Refactor page fault handlingArtemy Kovalyov2017-01-023-51/+96
* | | | net/mlx5: Update PAGE_FAULT_RESUME layoutArtemy Kovalyov2017-01-021-5/+4
* | | | IB/mlx5: Add MR cache for large UMR regionsArtemy Kovalyov2017-01-021-1/+1
* | | | IB/mlx5: Refactor UMR post send formatArtemy Kovalyov2017-01-021-3/+11
* | | | net/mlx5: Support new MR featuresArtemy Kovalyov2017-01-021-2/+8
* | | | net/mlx5: Fix offset naming for reserved fields in hca_cap_bitsMax Gurtovoy2017-01-021-5/+5
* | | | net: stmmac: remove unused duplicate property snps,axi_allNiklas Cassel2017-01-021-1/+0
* | | | qed*: Add support for ndo_set_vf_trustMintz, Yuval2017-01-021-0/+2
* | | | qed*: RSS indirection based on queue-handlesMintz, Yuval2017-01-021-1/+1
* | | | qed*: Update to dual-licenseMintz, Yuval2017-01-0215-57/+368
* | | | net: dev_weight: TX/RX orthogonalityMatthias Tafelmeier2016-12-291-0/+4
* | | | ipv4: Namespaceify tcp_max_syn_backlog knobHaishuang Yan2016-12-292-3/+2
* | | | ipv4: Namespaceify tcp_tw_recycle and tcp_max_tw_buckets knobHaishuang Yan2016-12-293-13/+12
* | | | sctp: remove return value from sctp_packet_init/configMarcelo Ricardo Leitner2016-12-281-4/+3
|/ / /
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-12-283-2/+1
|\ \ \ | |/ / |/| |
| * | net: xdp: remove unused bfp_warn_invalid_xdp_buffer()Jason Wang2016-12-271-1/+0
| * | ipv4: Namespaceify tcp_tw_reuse knobHaishuang Yan2016-12-272-1/+1
* | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2016-12-2519-123/+79
|\ \ \
| * | | ktime: Get rid of ktime_equal()Thomas Gleixner2016-12-251-15/+0
| * | | ktime: Cleanup ktime_set() usageThomas Gleixner2016-12-251-1/+1
| * | | ktime: Get rid of the unionThomas Gleixner2016-12-259-73/+47
| * | | clocksource: Use a plain u64 instead of cycle_tThomas Gleixner2016-12-259-35/+32
* | | | Merge branch 'smp-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-12-252-96/+3
|\ \ \ \
| * | | | irqchip/armada-xp: Consolidate hotplug state spaceThomas Gleixner2016-12-251-1/+0
| * | | | irqchip/gic: Consolidate hotplug state spaceThomas Gleixner2016-12-251-1/+0
| * | | | coresight/etm3/4x: Consolidate hotplug state spaceThomas Gleixner2016-12-251-1/+0