| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | net: dsa: use ports list to find slave | Vivien Didelot | 2019-10-22 | 1 | -17/+6 |
* | | | | net: dsa: add ports list in the switch fabric | Vivien Didelot | 2019-10-22 | 1 | -6/+42 |
* | | | | net: dsa: use dsa_to_port helper everywhere | Vivien Didelot | 2019-10-22 | 4 | -10/+12 |
* | | | | net/smc: remove close abort worker | Ursula Braun | 2019-10-22 | 4 | -10/+19 |
* | | | | net/smc: introduce link group termination worker | Ursula Braun | 2019-10-22 | 4 | -6/+22 |
* | | | | net/smc: improve abnormal termination of link groups | Ursula Braun | 2019-10-22 | 1 | -11/+29 |
* | | | | net/smc: tell peers about abnormal link group termination | Ursula Braun | 2019-10-22 | 3 | -6/+6 |
* | | | | net/smc: improve link group freeing | Ursula Braun | 2019-10-22 | 2 | -17/+32 |
* | | | | net/smc: improve abnormal termination locking | Ursula Braun | 2019-10-22 | 1 | -5/+8 |
* | | | | net/smc: terminate link group without holding lgr lock | Ursula Braun | 2019-10-22 | 1 | -8/+17 |
* | | | | net/smc: cancel send and receive for terminated socket | Ursula Braun | 2019-10-22 | 6 | -17/+32 |
* | | | | net/sched: act_police: re-use tcf_tm_dump() | Davide Caratti | 2019-10-21 | 1 | -4/+1 |
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | David S. Miller | 2019-10-20 | 70 | -378/+579 |
|\ \ \ \ |
|
| * \ \ \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net | Linus Torvalds | 2019-10-19 | 68 | -362/+564 |
| |\ \ \ \ |
|
| | * | | | | net: dsa: fix switch tree list | Vivien Didelot | 2019-10-19 | 1 | -1/+1 |
| | * | | | | net: netem: correct the parent's backlog when corrupted packet was dropped | Jakub Kicinski | 2019-10-19 | 1 | -0/+2 |
| | * | | | | net: netem: fix error path for corrupted GSO frames | Jakub Kicinski | 2019-10-19 | 1 | -3/+6 |
| | * | | | | vsock/virtio: discard packets if credit is not respected | Stefano Garzarella | 2019-10-18 | 1 | -3/+11 |
| | * | | | | vsock/virtio: send a credit update when buffer size is changed | Stefano Garzarella | 2019-10-18 | 1 | -0/+3 |
| | * | | | | net: ensure correct skb->tstamp in various fragmenters | Eric Dumazet | 2019-10-18 | 4 | -0/+12 |
| | * | | | | ipv4: fix race condition between route lookup and invalidation | Wei Wang | 2019-10-17 | 1 | -1/+1 |
| | * | | | | ipv4: Return -ENETUNREACH if we can't create route but saddr is valid | Stefano Brivio | 2019-10-17 | 1 | -3/+6 |
| | * | | | | rxrpc: use rcu protection while reading sk->sk_user_data | Eric Dumazet | 2019-10-16 | 1 | -4/+8 |
| | * | | | | Revert "blackhole_netdev: fix syzkaller reported issue" | Mahesh Bandewar | 2019-10-16 | 2 | -12/+10 |
| | * | | | | sctp: change sctp_prot .no_autobind with true | Xin Long | 2019-10-15 | 1 | -2/+2 |
| | * | | | | sched: etf: Fix ordering of packets with same txtime | Vinicius Costa Gomes | 2019-10-15 | 1 | -1/+1 |
| | * | | | | net: avoid potential infinite loop in tc_ctl_action() | Eric Dumazet | 2019-10-15 | 1 | -6/+8 |
| | * | | | | tcp: fix a possible lockdep splat in tcp_done() | Eric Dumazet | 2019-10-15 | 1 | -2/+6 |
| | * | | | | net/sched: fix corrupted L2 header with MPLS 'push' and 'pop' actions | Davide Caratti | 2019-10-15 | 3 | -14/+22 |
| | * | | | | net: avoid errors when trying to pop MLPS header on non-MPLS packets | Davide Caratti | 2019-10-15 | 1 | -1/+1 |
| | * | | | | blackhole_netdev: fix syzkaller reported issue | Mahesh Bandewar | 2019-10-15 | 2 | -10/+12 |
| | * | | | | tcp: annotate sk->sk_wmem_queued lockless reads | Eric Dumazet | 2019-10-13 | 6 | -13/+13 |
| | * | | | | tcp: annotate sk->sk_sndbuf lockless reads | Eric Dumazet | 2019-10-13 | 4 | -9/+14 |
| | * | | | | tcp: annotate sk->sk_rcvbuf lockless reads | Eric Dumazet | 2019-10-13 | 5 | -9/+12 |
| | * | | | | tcp: annotate tp->urg_seq lockless reads | Eric Dumazet | 2019-10-13 | 2 | -3/+4 |
| | * | | | | tcp: annotate tp->snd_nxt lockless reads | Eric Dumazet | 2019-10-13 | 3 | -8/+11 |
| | * | | | | tcp: annotate tp->write_seq lockless reads | Eric Dumazet | 2019-10-13 | 6 | -27/+35 |
| | * | | | | tcp: annotate tp->copied_seq lockless reads | Eric Dumazet | 2019-10-13 | 7 | -18/+19 |
| | * | | | | tcp: annotate tp->rcv_nxt lockless reads | Eric Dumazet | 2019-10-13 | 6 | -10/+15 |
| | * | | | | tcp: add rcu protection around tp->fastopen_rsk | Eric Dumazet | 2019-10-13 | 10 | -21/+32 |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2019-10-12 | 1 | -15/+27 |
| | |\ \ \ \ |
|
| | | * | | | | xsk: Fix crash in poll when device does not support ndo_xsk_wakeup | Magnus Karlsson | 2019-10-03 | 1 | -15/+27 |
| | * | | | | | rxrpc: Fix possible NULL pointer access in ICMP handling | David Howells | 2019-10-11 | 1 | -0/+3 |
| | * | | | | | net/smc: receive pending data after RCV_SHUTDOWN | Karsten Graul | 2019-10-10 | 1 | -5/+20 |
| | * | | | | | net/smc: receive returns without data | Karsten Graul | 2019-10-10 | 1 | -3/+1 |
| | * | | | | | net/smc: fix SMCD link group creation with VLAN id | Ursula Braun | 2019-10-10 | 1 | -1/+4 |
| | * | | | | | net: silence KCSAN warnings about sk->sk_backlog.len reads | Eric Dumazet | 2019-10-09 | 3 | -3/+3 |
| | * | | | | | net: annotate sk->sk_rcvlowat lockless reads | Eric Dumazet | 2019-10-09 | 4 | -4/+4 |
| | * | | | | | net: silence KCSAN warnings around sk_add_backlog() calls | Eric Dumazet | 2019-10-09 | 6 | -10/+10 |
| | * | | | | | tcp: annotate lockless access to tcp_memory_pressure | Eric Dumazet | 2019-10-09 | 1 | -2/+2 |