summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-09-069-85/+550
|\
| * xsk: lock the control mutex in sock_diag interfaceBjörn Töpel2019-09-051-0/+3
| * xsk: use state member for socket synchronizationBjörn Töpel2019-09-051-15/+39
| * xsk: avoid store-tearing when assigning umemBjörn Töpel2019-09-051-2/+2
| * xsk: avoid store-tearing when assigning queuesBjörn Töpel2019-09-051-1/+1
| * xsk: add support to allow unaligned chunk placementKevin Laatz2019-08-314-32/+153
| * bpf: fix error check in bpf_tcp_gen_syncookiePetar Penkov2019-08-311-1/+1
| * xdp: xdp_umem: replace kmap on vmap for umem mapIvan Khoronzhuk2019-08-211-6/+30
| * xsk: remove AF_XDP socket from map when the socket is releasedBjörn Töpel2019-08-171-0/+50
| * bpf: support cloning sk storage on accept()Stanislav Fomichev2019-08-172-6/+107
| * net: Don't call XDP_SETUP_PROG when nothing is changedMaxim Mikityanskiy2019-08-171-2/+13
| * xsk: add support for need_wakeup flag in AF_XDP ringsMagnus Karlsson2019-08-174-19/+150
| * xsk: replace ndo_xsk_async_xmit with ndo_xsk_wakeupMagnus Karlsson2019-08-172-3/+3
* | net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai2019-09-061-4/+23
* | 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-0257-402/+584
| |\ \
| | * | net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rateVladimir Oltean2019-09-011-8/+11
| | * | taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byteVladimir Oltean2019-09-011-10/+13