index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2019-09-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
9
-85
/
+550
2019-09-06
net_sched: act_police: add 2 new attributes to support police 64bit rate and ...
David Dai
1
-4
/
+23
2019-09-06
net: openvswitch: Set OvS recirc_id from tc chain index
Paul Blakey
6
-5
/
+79
2019-09-05
xsk: lock the control mutex in sock_diag interface
Björn Töpel
1
-0
/
+3
2019-09-05
xsk: use state member for socket synchronization
Björn Töpel
1
-15
/
+39
2019-09-05
xsk: avoid store-tearing when assigning umem
Björn Töpel
1
-2
/
+2
2019-09-05
xsk: avoid store-tearing when assigning queues
Björn Töpel
1
-1
/
+1
2019-09-05
pppoatm: use %*ph to print small buffer
Andy Shevchenko
1
-3
/
+1
2019-09-05
Merge tag 'linux-can-next-for-5.4-20190904' of git://git.kernel.org/pub/scm/l...
David S. Miller
15
-282
/
+4730
2019-09-05
net: mpoa: Use kzfree rather than its implementation.
zhong jiang
1
-4
/
+2
2019-09-05
sunrpc: Use kzfree rather than its implementation.
zhong jiang
1
-6
/
+3
2019-09-05
vsock/virtio: a better comment on credit update
Michael S. Tsirkin
1
-2
/
+7
2019-09-05
net/tls: dedup the record cleanup
Jakub Kicinski
1
-5
/
+1
2019-09-05
net/tls: clean up the number of #ifdefs for CONFIG_TLS_DEVICE
Jakub Kicinski
2
-22
/
+3
2019-09-05
net/tls: narrow down the critical area of device_offload_lock
Jakub Kicinski
1
-24
/
+22
2019-09-05
net/tls: don't jump to return
Jakub Kicinski
1
-13
/
+13
2019-09-05
net/tls: use the full sk_proto pointer
Jakub Kicinski
1
-17
/
+10
2019-09-05
Convert usage of IN_MULTICAST to ipv4_is_multicast
Dave Taht
3
-6
/
+6
2019-09-05
net/sched: cbs: remove redundant assignment to variable port_rate
Colin Ian King
1
-1
/
+1
2019-09-04
can: add support of SAE J1939 protocol
The j1939 authors
10
-0
/
+4520
2019-09-04
can: introduce CAN_REQUIRED_SIZE macro
Kurt Van Dijck
2
-4
/
+4
2019-09-04
can: af_can: use spin_lock_bh() for &net->can.rcvlists_lock
Oleksij Rempel
1
-4
/
+4
2019-09-04
can: af_can: remove NULL-ptr checks from users of can_dev_rcv_lists_find()
Marc Kleine-Budde
1
-29
/
+16
2019-09-04
can: make use of preallocated can_ml_priv for per device struct can_dev_rcv_l...
Marc Kleine-Budde
1
-38
/
+7
2019-09-04
can: introduce CAN midlayer private and allocate it automatically
Marc Kleine-Budde
3
-15
/
+2
2019-09-04
can: af_can: can_pernet_exit(): no need to iterate over and cleanup registere...
Marc Kleine-Budde
1
-15
/
+0
2019-09-04
can: af_can: can_rx_register(): use max() instead of open coding it
Marc Kleine-Budde
1
-2
/
+2
2019-09-04
can: af_can: give variable holding the CAN receiver and the receiver list a s...
Marc Kleine-Budde
1
-51
/
+50
2019-09-04
can: af_can: rename find_dev_rcv_lists() to can_dev_rcv_lists_find()
Marc Kleine-Budde
1
-5
/
+5
2019-09-04
can: af_can: rename find_rcv_list() to can_rcv_list_find()
Marc Kleine-Budde
1
-5
/
+5
2019-09-04
can: proc: give variable holding the CAN per device receive lists a sensible ...
Marc Kleine-Budde
1
-18
/
+20
2019-09-04
can: af_can: give variable holding the CAN per device receive lists a sensibl...
Marc Kleine-Budde
1
-45
/
+44
2019-09-04
can: netns: remove "can_" prefix from members struct netns_can
Marc Kleine-Budde
2
-24
/
+24
2019-09-04
can: proc: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
1
-58
/
+58
2019-09-04
can: af_can: give variables holding CAN statistics a sensible name
Marc Kleine-Budde
1
-15
/
+15
2019-09-04
can: netns: give members of struct netns_can holding the statistics a sensibl...
Marc Kleine-Budde
2
-23
/
+23
2019-09-04
can: netns: give structs holding the CAN statistics a sensible name
Marc Kleine-Budde
3
-14
/
+14
2019-09-02
net: dsa: Fix off-by-one number of calls to devlink_port_unregister
Vladimir Oltean
1
-10
/
+29
2019-09-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
58
-404
/
+588
2019-09-01
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
57
-402
/
+584
2019-09-01
netlabel: remove redundant assignment to pointer iter
Colin Ian King
1
-1
/
+1
2019-08-31
net/ncsi: add response handlers for PLDM over NC-SI
Ben Wei
2
-2
/
+14
2019-08-31
devlink: Use switch-case instead of if-else
Parav Pandit
1
-17
/
+22
2019-08-31
devlink: Make port index data type as unsigned int
Parav Pandit
1
-2
/
+3
2019-08-31
net: tls: export protocol version, cipher, tx_conf/rx_conf to socket diag
Davide Caratti
1
-0
/
+64
2019-08-31
tcp: ulp: add functions to dump ulp-specific information
Davide Caratti
1
-1
/
+51
2019-08-31
net/tls: use RCU protection on icsk->icsk_ulp_data
Jakub Kicinski
3
-9
/
+21
2019-08-31
net/sched: cbs: Set default link speed to 10 Mbps in cbs_set_port_rate
Vladimir Oltean
1
-8
/
+11
2019-08-31
taprio: Set default link speed to 10 Mbps in taprio_set_picos_per_byte
Vladimir Oltean
1
-10
/
+13
2019-08-31
taprio: Fix kernel panic in taprio_destroy
Vladimir Oltean
1
-4
/
+4
[next]