summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin
2019-09-05net/tls: dedup the record cleanupJakub Kicinski
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski
2019-09-05net/tls: don't jump to returnJakub Kicinski
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck
2019-09-04can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel
2019-09-04can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde
2019-09-04can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Marc Kleine-Budde
2019-09-04can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde
2019-09-04can: af_can: give variable holding the CAN receiver and the receiver list a s...Marc Kleine-Budde
2019-09-04can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde
2019-09-04can: af_can: rename find_rcv_list() to can_rcv_list_find()Marc Kleine-Budde
2019-09-04can: proc: give variable holding the CAN per device receive lists a sensible ...Marc Kleine-Budde
2019-09-04can: af_can: give variable holding the CAN per device receive lists a sensibl...Marc Kleine-Budde
2019-09-04can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde
2019-09-04can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde
2019-09-04can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde
2019-09-04can: netns: give members of struct netns_can holding the statistics a sensibl...Marc Kleine-Budde
2019-09-04can: netns: give structs holding the CAN statistics a sensible nameMarc Kleine-Budde
2019-09-02net: dsa: Fix off-by-one number of calls to devlink_port_unregisterVladimir Oltean
2019-09-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller
2019-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-09-01netlabel: remove redundant assignment to pointer iterColin Ian King
2019-08-31net/ncsi: add response handlers for PLDM over NC-SIBen Wei
2019-08-31devlink: Use switch-case instead of if-elseParav Pandit
2019-08-31devlink: Make port index data type as unsigned intParav Pandit
2019-08-31net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diagDavide Caratti
2019-08-31tcp: ulp: add functions to dump ulp-specific informationDavide Caratti
2019-08-31net/tls: use RCU protection on icsk->icsk_ulp_dataJakub Kicinski
2019-08-31net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean
2019-08-31taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean
2019-08-31taprio: Fix kernel panic in taprio_destroyVladimir Oltean
2019-08-31net: dsa: tag_8021q: Restore bridge VLANs when enabling vlan_filteringVladimir Oltean
2019-08-31net: bridge: Populate the pvid flag in br_vlan_get_infoVladimir Oltean
2019-08-31Merge tag 'batadv-net-for-davem-20190830' of git://git.open-mesh.org/linux-mergeDavid S. Miller
2019-08-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-08-30net: sched: cls_matchall: cleanup flow_action before deallocatingVlad Buslov
2019-08-30tcp_bbr: clarify that bbr_bdp() rounds up in commentsLuke Hsiao
2019-08-30sched: act_vlan: implement stats_update callbackJiri Pirko