summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey2019-09-066-5/+79
* pppoatm: use %*ph to print small bufferAndy Shevchenko2019-09-051-3/+1
* Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller2019-09-0515-282/+4730
|\
| * can: add support of SAE J1939 protocolThe j1939 authors2019-09-0410-0/+4520
| * can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck2019-09-042-4/+4
| * 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-041-38/+7
| * can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde2019-09-043-15/+2
| * 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-042-24/+24
| * 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-042-23/+23
| * can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde2019-09-043-14/+14
* | 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
* | vsock/virtio: a better comment on credit updateMichael S. Tsirkin2019-09-051-2/+7
* | 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-052-22/+3
* | 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-051-17/+10
* | Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht2019-09-053-6/+6
* | net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King2019-09-051-1/+1
|/
* net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean2019-09-021-10/+29
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller2019-09-0258-404/+588
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-09-0157-402/+584
| |\
| | * net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-08-311-8/+11
| | * taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-08-311-10/+13
| | * taprio: Fix kernel panic in taprio_destroyVladimir Oltean2019-08-311-4/+4
| | * Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller2019-08-312-13/+25
| | |\
| | | * batman-adv: Only read OGM2 tvlv_len after buffer len checkSven Eckelmann2019-08-231-6/+12
| | | * batman-adv: Only read OGM tvlv_len after buffer len checkSven Eckelmann2019-08-231-7/+13
| | * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-08-305-7/+11
| | |\ \
| | | * | netfilter: nft_meta_bridge: Fix get NFT_META_BRI_IIFVPROTO in network byteorderwenxu2019-08-301-1/+1
| | | * | netfilter: nf_flow_table: clear skb tstamp before xmitFlorian Westphal2019-08-291-1/+2
| | | * | netfilter: conntrack: make sysctls per-namespace againFlorian Westphal2019-08-271-0/+5
| | | * | netfilter: nf_conntrack_ftp: Fix debug outputThomas Jarosch2019-08-271-1/+1
| | | * | netfilter: xt_physdev: Fix spurious error message in physdev_mt_checkTodd Seidelmann2019-08-271-4/+2
| | * | | rxrpc: Fix lack of conn cleanup when local endpoint is cleaned up [ver #2]David Howells2019-08-305-5/+50
| | * | | Merge tag 'rxrpc-fixes-20190827' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-08-3013-237/+291
| | |\ \ \
| | | * | | rxrpc: Use skb_unshare() rather than skb_cow_data()David Howells2019-08-274-28/+48
| | | * | | rxrpc: Use the tx-phase skb flag to simplify tracingDavid Howells2019-08-2711-47/+47