summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* smc: establish pnet table managementThomas Richter2017-01-091-0/+35
* smc: establish new socket familyUrsula Braun2017-01-091-1/+6
* net: introduce keepalive function in struct protoUrsula Braun2017-01-091-0/+1
* Merge tag 'rxrpc-rewrite-20170109' of git://git.kernel.org/pub/scm/linux/kern...David S. Miller2017-01-091-0/+184
|\
| * afs: Refcount the afs_call structDavid Howells2017-01-091-0/+75
| * afs: Add some tracepointsDavid Howells2017-01-091-0/+109
* | net: dsa: Make dsa_switch_ops constFlorian Fainelli2017-01-091-2/+2
* | net: dsa: Encapsulate legacy switch drivers into dsa_switch_driverFlorian Fainelli2017-01-091-4/+7
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-01-099-80/+55
|\ \
| * \ Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-081-0/+1
| |\ \
| | * | usb: gadget: f_fs: Document eventfd effect on descriptor format.Vincent Pelletier2017-01-021-0/+1
| * | | Merge tag 'staging-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2017-01-081-0/+12
| |\ \ \
| | * \ \ Merge tag 'iio-fixes-for-4.10a' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-021-0/+12
| | |\ \ \ | | | |/ / | | |/| |
| | | * | iio: accel: st_accel: fix LIS3LV02 reading and scalingLinus Walleij2016-12-311-0/+12
| * | | | mm: workingset: fix use-after-free in shadow node shrinkerJohannes Weiner2017-01-071-1/+3
| * | | | Merge branch 'rc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/mmar...Linus Torvalds2017-01-071-0/+6
| |\ \ \ \
| | * | | | asm-prototypes: Clear any CPP defines before declaring the functionsMichal Marek2017-01-051-0/+6
| * | | | | Merge tag 'vfio-v4.10-rc3' of git://github.com/awilliam/linux-vfioLinus Torvalds2017-01-061-43/+13
| |\ \ \ \ \
| | * | | | | vfio-mdev: fix non-standard ioctl return val causing i386 build failPaul Gortmaker2017-01-041-1/+1
| | * | | | | vfio-mdev: Make mdev_device private and abstract interfacesAlex Williamson2016-12-301-25/+6
| | * | | | | vfio-mdev: Make mdev_parent privateAlex Williamson2016-12-301-13/+2
| | * | | | | vfio-mdev: de-polute the namespace, rename parent_device & parent_opsAlex Williamson2016-12-301-8/+8
| * | | | | | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-01-062-8/+20
| |\ \ \ \ \ \
| | * | | | | | swiotlb: Export swiotlb_max_segment to usersKonrad Rzeszutek Wilk2017-01-061-0/+3
| | * | | | | | swiotlb: Add swiotlb=noforce debug optionGeert Uytterhoeven2016-12-192-1/+3
| | * | | | | | swiotlb: Convert swiotlb_force from int to enumGeert Uytterhoeven2016-12-192-8/+15
| * | | | | | | Merge branch 'stable-4.10' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds2017-01-051-2/+0
| |\ \ \ \ \ \ \
| | * | | | | | | fsnotify: Remove fsnotify_duplicate_mark()Jan Kara2016-12-231-2/+0
| * | | | | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm...Linus Torvalds2017-01-051-26/+0
| |\ \ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge tag 'omap-for-v4.10/fixes-rc1' of git://git.kernel.org/pub/scm/linux/ke...Arnd Bergmann2017-01-041-26/+0
| | |\ \ \ \ \ \ \ \ | | | |_|_|_|_|/ / / | | |/| | | | | | |
| | | * | | | | | | dt-bindings: mfd: Remove TPS65217 interruptsMilo Kim2016-12-271-26/+0
| | | | |_|_|/ / / | | | |/| | | | |
* | | | | | | | | stmmac: move stmmac_clk, pclk, clk_ptp_ref and stmmac_rst to platform structurejpinto2017-01-091-0/+5
* | | | | | | | | stmmac: adding DT parameter for LPI tx clock gatingjpinto2017-01-091-0/+1
* | | | | | | | | net/sched: act_csum: compute crc32c on SCTP packetsDavide Caratti2017-01-091-1/+2
* | | | | | | | | siphash: implement HalfSipHash1-3 for hash tablesJason A. Donenfeld2017-01-091-1/+56
* | | | | | | | | siphash: add cryptographically secure PRFJason A. Donenfeld2017-01-091-0/+85
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | net-tc: convert tc_from to tc_from_ingress and tc_redirectedWillem de Bruijn2017-01-083-8/+5
* | | | | | | | net-tc: convert tc_at to tc_at_ingressWillem de Bruijn2017-01-082-3/+3
* | | | | | | | net-tc: convert tc_verd to integer bitfieldsWillem de Bruijn2017-01-083-36/+11
* | | | | | | | net-tc: extract skip classify bit from tc_verdWillem de Bruijn2017-01-083-7/+15
* | | | | | | | net-tc: make MAX_RECLASSIFY_LOOP localWillem de Bruijn2017-01-081-5/+0
* | | | | | | | net-tc: remove unused tc_verd fieldsWillem de Bruijn2017-01-081-7/+0
* | | | | | | | net: make ndo_get_stats64 a void functionstephen hemminger2017-01-082-6/+6
* | | | | | | | 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-071-0/+2
* | | | | | | | sctp: prepare asoc stream for stream reconfXin Long2017-01-062-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