summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorLines
2019-09-06net: sched: fix reordering issuesEric Dumazet-2/+7
2019-09-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-33/+29
2019-09-06net_sched: act_police: add 2 new attributes to support police 64bit rate and ...David Dai-4/+23
2019-09-06net: openvswitch: Set OvS recirc_id from tc chain indexPaul Blakey-5/+79
2019-09-05new helper: get_tree_keyed()Al Viro-2/+1
2019-09-05Bluetooth: mgmt: Use struct_size() helperGustavo A. R. Silva-6/+2
2019-09-05Bluetooth: 6lowpan: Make variable header_ops constantNishka Dasgupta-1/+1
2019-09-05Bluetooth: Add support for utilizing Fast Advertising IntervalSpoorthi Ravishankar Koppad-7/+22
2019-09-05xsk: lock the control mutex in sock_diag interfaceBjörn Töpel-0/+3
2019-09-05xsk: use state member for socket synchronizationBjörn Töpel-15/+39
2019-09-05xsk: avoid store-tearing when assigning umemBjörn Töpel-2/+2
2019-09-05xsk: avoid store-tearing when assigning queuesBjörn Töpel-1/+1
2019-09-05netfilter: nf_tables: fix possible null-pointer dereference in object updateFernando Fernandez Mancera-0/+3
2019-09-05net: Properly update v4 routes with v6 nexthopDonald Sharp-12/+14
2019-09-05pppoatm: use %*ph to print small bufferAndy Shevchenko-3/+1
2019-09-05Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...David S. Miller-282/+4730
2019-09-05net: mpoa: Use kzfree rather than its implementation.zhong jiang-4/+2
2019-09-05sunrpc: Use kzfree rather than its implementation.zhong jiang-6/+3
2019-09-05ipv6: Fix RTA_MULTIPATH with nexthop objectsDavid Ahern-1/+1
2019-09-05net: sock_map, fix missing ulp check in sock hash caseJohn Fastabend-0/+3
2019-09-05tipc: add NULL pointer check before calling kfree_rcuXin Long-1/+2
2019-09-05vsock/virtio: a better comment on credit updateMichael S. Tsirkin-2/+7
2019-09-05net/tls: dedup the record cleanupJakub Kicinski-5/+1
2019-09-05net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICEJakub Kicinski-22/+3
2019-09-05net/tls: narrow down the critical area of device_offload_lockJakub Kicinski-24/+22
2019-09-05net/tls: don't jump to returnJakub Kicinski-13/+13
2019-09-05net/tls: use the full sk_proto pointerJakub Kicinski-17/+10
2019-09-05Convert usage of IN_MULTICAST to ipv4_is_multicastDave Taht-6/+6
2019-09-05net/sched: cbs: remove redundant assignment to variable port_rateColin Ian King-1/+1
2019-09-05Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller-13/+1
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann-13/+1
2019-09-05net-ipv6: fix excessive RTF_ADDRCONF flag on ::1/128 local route (and others)Maciej Żenczykowski-2/+6
2019-09-05sctp: use transport pf_retrans in sctp_do_8_2_transport_strikeXin Long-1/+1
2019-09-05rxrpc: Fix misplaced tracelineDavid Howells-1/+1
2019-09-04can: add support of SAE J1939 protocolThe j1939 authors-0/+4520
2019-09-04can: introduce CAN_REQUIRED_SIZE macroKurt Van Dijck-4/+4
2019-09-04can: af_can: use spin_lock_bh() for &net->can.rcvlists_lockOleksij Rempel-4/+4
2019-09-04can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()Marc Kleine-Budde-29/+16
2019-09-04can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...Marc Kleine-Budde-38/+7
2019-09-04can: introduce CAN midlayer private and allocate it automaticallyMarc Kleine-Budde-15/+2
2019-09-04can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...Marc Kleine-Budde-15/+0
2019-09-04can: af_can: can_rx_register(): use max() instead of open coding itMarc Kleine-Budde-2/+2
2019-09-04can: af_can: give variable holding the CAN receiver and the receiver list a s...Marc Kleine-Budde-51/+50
2019-09-04can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()Marc Kleine-Budde-5/+5
2019-09-04can: af_can: rename find_rcv_list() to can_rcv_list_find()Marc Kleine-Budde-5/+5
2019-09-04can: proc: give variable holding the CAN per device receive lists a sensible ...Marc Kleine-Budde-18/+20
2019-09-04can: af_can: give variable holding the CAN per device receive lists a sensibl...Marc Kleine-Budde-45/+44
2019-09-04can: netns: remove "can_" prefix from members struct netns_canMarc Kleine-Budde-24/+24
2019-09-04can: proc: give variables holding CAN statistics a sensible nameMarc Kleine-Budde-58/+58
2019-09-04can: af_can: give variables holding CAN statistics a sensible nameMarc Kleine-Budde-15/+15