summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-0528-298/+5398
|\
| * can: add support of SAE J1939 protocolThe j1939 authors2019-09-0415-0/+5055
| * 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-043-4/+12
| * mailmap: update email addressKurt Van Dijck2019-09-041-0/+1
| * can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel2019-09-041-4/+4
| * can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-29/+16
| * can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde2019-09-046-39/+12
| * can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-048-23/+96
| * can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Marc Kleine-Budde2019-09-041-15/+0
| * can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde2019-09-041-2/+2
| * can: af_can: give variable holding the CAN receiver and the receiver list a s...Marc Kleine-Budde2019-09-041-51/+50
| * can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde2019-09-041-5/+5
| * can: af_can: rename find_rcv_list() to can_rcv_list_find()Marc Kleine-Budde2019-09-041-5/+5
| * can: proc: give variable holding the CAN per device receive lists a sensible ...Marc Kleine-Budde2019-09-041-18/+20
| * can: af_can: give variable holding the CAN per device receive lists a sensibl...Marc Kleine-Budde2019-09-041-45/+44
| * can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde2019-09-043-27/+27
| * can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-58/+58
| * can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde2019-09-041-15/+15
| * can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde2019-09-043-25/+25
| * can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-044-18/+18
* | rocker: add missing init_net check in FIB notifierJiri Pirko2019-09-051-0/+3
* | Merge branch 'net-kzfree'David S. Miller2019-09-053-16/+8
|\ \
| * | net: mpoa: Use kzfree rather than its implementation.zhong jiang2019-09-051-4/+2
| * | sunrpc: Use kzfree rather than its implementation.zhong jiang2019-09-051-6/+3
| * | ixgbe: Use kzfree() rather than its implementation.zhong jiang2019-09-051-6/+3
|/ /
* | Merge tag 'linux-can-next-for-5.4-20190903' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-057-155/+97
|\ \
| * | can: dev: can_dev_init(): convert from printk(KERN_INFO) to pr_infoMarc Kleine-Budde2019-09-031-1/+1
| * | can: dev: can_dellink(): remove return at end of void functionMarc Kleine-Budde2019-09-031-1/+0
| * | can: dev: can_restart(): convert NULL pointer checkMarc Kleine-Budde2019-09-031-1/+1
| * | can: dev: remove unnecessary blank lineMarc Kleine-Budde2019-09-031-1/+0
| * | can: dev: remove unnecessary parenthesesMarc Kleine-Budde2019-09-031-5/+5
| * | can: dev: avoid long linesMarc Kleine-Budde2019-09-033-21/+38
| * | can: dev: convert block comments to network style commentsMarc Kleine-Budde2019-09-031-52/+24
| * | can: mcp251x: Call wrapper instead of regulator_disable()Andy Shevchenko2019-09-031-4/+2
| * | can: mcp251x: Make use of device property APIAndy Shevchenko2019-09-031-7/+5
| * | can: mcp251x: Use devm_clk_get_optional() to get the input clockAndy Shevchenko2019-09-031-18/+12
| * | can: mcp251x: remove deprecated board file setup exampleMarc Kleine-Budde2019-09-031-20/+0
| * | can: tcan4x5x: Remove checking the wake pinDan Murphy2019-09-031-13/+0
| * | can: tcan4x5x: Remove data-ready gpio interruptDan Murphy2019-09-031-10/+1
| * | dt-bindings: can: tcan4x5x: Update binding to use interrupt propertyDan Murphy2019-09-031-2/+5
| * | can: kvaser_pciefd: the PWM generator is running at the bus frequency of the ...Christer Beskow2019-09-031-1/+5
* | | vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-051-2/+7
* | | Merge branch 'net-tls-minor-cleanups'David S. Miller2019-09-055-99/+85
|\ \ \
| * | | net/tls: dedup the record cleanupJakub Kicinski2019-09-051-5/+1
| * | | net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski2019-09-053-28/+35
| * | | net/tls: narrow down the critical area of device_offload_lockJakub Kicinski2019-09-051-24/+22
| * | | net/tls: don't jump to returnJakub Kicinski2019-09-051-13/+13
| * | | net/tls: use the full sk_proto pointerJakub Kicinski2019-09-053-29/+14
|/ / /