summaryrefslogtreecommitdiffstats
path: root/include (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad2019-09-051-0/+2
* include: mdio: Add driver data helpersHarini Katakam2019-09-051-0/+11
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-055-8/+201
|\
| * can: add support of SAE J1939 protocolThe j1939 authors2019-09-042-0/+102
| * can: extend sockaddr_can to include j1939 membersKurt Van Dijck2019-09-041-0/+17
| * can: add socket type for CAN_J1939Kurt Van Dijck2019-09-041-1/+2
| * can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-041-0/+8
| * can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-041-1/+0
| * can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-041-0/+66
| * can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2019-09-041-3/+3
| * can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde2019-09-041-2/+2
| * can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-4/+4
* | Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-052-5/+11
|\ \
| * | can: dev: avoid long linesMarc Kleine-Budde2019-09-032-5/+11
* | | net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-051-6/+32
* | | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-051-10/+0
* | | Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-051-2/+2
* | | devlink: Add new info version tags for ASIC and FWShannon Nelson2019-09-051-0/+7
| |/ |/|
* | Merge tag 'mlx5-updates-2019-09-01-v2' of git://git.kernel.org/pub/scm/linux/...David S. Miller2019-09-045-55/+242
|\ \ | |/ |/|
| * net/mlx5: Add flow steering actions to fs_cmd shim layerMaor Gottlieb2019-09-031-17/+16
| * Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-09-024-38/+226
| |\
| | * net/mlx5: Add stub for mlx5_eswitch_modeMaor Gottlieb2019-09-021-1/+7
| | * net/mlx5: Add HW bits and definitions required for SW steeringAlex Vesker2019-09-022-37/+205
| | * net/mlx5: Move device memory management to mlx5_coreAriel Levkovich2019-09-021-0/+14
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-028-34/+43
|\ \ \ | |/ / |/| |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-024-32/+33
| |\ \
| | * \ Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-301-31/+28
| | |\ \
| | | * | rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-271-4/+8
| | | * | rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-271-29/+22
| | * | | net: sched: act_sample: fix psample group handling on overwriteVlad Buslov2019-08-291-0/+1
| | * | | Add genphy_c45_config_aneg() function to phy-c45.cMarco Hartmann2019-08-281-0/+1
| | * | | net_sched: fix a NULL pointer deref in ipt actionCong Wang2019-08-281-1/+3
| * | | | Merge tag 'trace-v5.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/r...Linus Torvalds2019-08-311-0/+1
| |\ \ \ \
| | * | | | tracing: Make exported ftrace_set_clr_event non-staticDenis Efremov2019-08-311-0/+1
| * | | | | mm: memcontrol: flush percpu slab vmstats on kmem offliningRoman Gushchin2019-08-311-2/+3
| * | | | | Merge tag 'armsoc-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/soc...Linus Torvalds2019-08-301-0/+1
| |\ \ \ \ \
| | * \ \ \ \ Merge tag 'hisi-fixes-for-5.3' of git://github.com/hisilicon/linux-hisi into ...Arnd Bergmann2019-08-291-0/+1
| | |\ \ \ \ \
| | | * | | | | lib: logic_pio: Add logic_pio_unregister_range()John Garry2019-08-131-0/+1
| * | | | | | | Merge tag 'Wimplicit-fallthrough-5.3-rc7' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2019-08-291-0/+5
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |
| | * | | | | | nds32: Mark expected switch fall-throughsGustavo A. R. Silva2019-08-291-0/+5
* | | | | | | | devlink: Make port index data type as unsigned intParav Pandit2019-09-011-1/+1
* | | | | | | | net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti2019-09-013-0/+33
* | | | | | | | tcp: ulp: add functions to dump ulp-specific informationDavide Caratti2019-09-012-0/+11
* | | | | | | | net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski2019-09-012-3/+8
* | | | | | | | qed: Add APIs for configuring grc dump config flags.Sudarsana Reddy Kalluru2019-08-311-0/+9
* | | | | | | | qed: Add APIs for reading config id attributes.Sudarsana Reddy Kalluru2019-08-311-0/+11
* | | | | | | | udp: Remove unlikely() from IS_ERR*() conditionDenis Efremov2019-08-311-1/+1
* | | | | | | | Merge tag 'mlx5-updates-2019-08-22' of git://git.kernel.org/pub/scm/linux/ker...David S. Miller2019-08-303-8/+22
|\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge branch 'mlx5-next' of git://git.kernel.org/pub/scm/linux/kernel/git/mel...Saeed Mahameed2019-08-283-8/+22
| |\ \ \ \ \ \ \ \ | | | |_|_|_|_|_|/ | | |/| | | | | |
| | * | | | | | | net/mlx5: Set ODP capabilities for DC transport to maxMichael Guralnik2019-08-281-1/+3