Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-09 | 5 | -13/+10 | |
| |\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | ip_gre: check packet length and mtu correctly in erspan tx | William Tu | 2017-10-07 | 1 | -4/+4 | |
| * | | | | | | | | | tcp: implement rb-tree based retransmit queue | Eric Dumazet | 2017-10-07 | 5 | -144/+193 | |
| * | | | | | | | | | tcp: pass previous skb to tcp_shifted_skb() | Eric Dumazet | 2017-10-07 | 1 | -4/+5 | |
| * | | | | | | | | | tcp: reduce tcp_fastretrans_alert() verbosity | Eric Dumazet | 2017-10-07 | 1 | -2/+2 | |
| * | | | | | | | | | tcp: tcp_mark_head_lost() optimization | Eric Dumazet | 2017-10-07 | 1 | -4/+4 | |
| * | | | | | | | | | tcp: tcp_tx_timestamp() cleanup | Eric Dumazet | 2017-10-07 | 1 | -3/+5 | |
| * | | | | | | | | | tcp: uninline tcp_write_queue_purge() | Eric Dumazet | 2017-10-07 | 1 | -0/+14 | |
| * | | | | | | | | | net: add rb_to_skb() and other rb tree helpers | Eric Dumazet | 2017-10-07 | 2 | -26/+15 | |
| * | | | | | | | | | tcp: a small refactor of RACK loss detection | Yuchung Cheng | 2017-10-05 | 1 | -22/+18 | |
| * | | | | | | | | | tcp: more efficient RACK loss detection | Yuchung Cheng | 2017-10-05 | 1 | -15/+5 | |
| * | | | | | | | | | tcp: new list for sent but unacked skbs for RACK recovery | Eric Dumazet | 2017-10-05 | 4 | -13/+41 | |
| * | | | | | | | | | net/ipv4: Remove unused variable in route.c | Tim Hansen | 2017-10-05 | 1 | -2/+1 | |
| * | | | | | | | | | tcp: clean up TFO server's initial tcp_rearm_rto() call | Wei Wang | 2017-10-05 | 1 | -12/+9 | |
| * | | | | | | | | | tcp: uniform the set up of sockets after successful connection | Wei Wang | 2017-10-05 | 3 | -24/+16 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-10-05 | 7 | -48/+75 | |
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | ipv4: ipmr: Don't forward packets already forwarded by hardware | Yotam Gigi | 2017-10-03 | 1 | -5/+32 | |
| * | | | | | | | | | ipv4: ipmr: Add the parent ID field to VIF struct | Yotam Gigi | 2017-10-03 | 1 | -0/+11 | |
| * | | | | | | | | | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knob | Haishuang Yan | 2017-10-01 | 3 | -28/+24 | |
| * | | | | | | | | | ipv4: Namespaceify tcp_fastopen_key knob | Haishuang Yan | 2017-10-01 | 5 | -32/+63 | |
| * | | | | | | | | | ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_once | Haishuang Yan | 2017-10-01 | 4 | -9/+4 | |
| * | | | | | | | | | ipv4: Namespaceify tcp_fastopen knob | Haishuang Yan | 2017-10-01 | 5 | -18/+20 | |
| * | | | | | | | | | net: ipmr: make function ipmr_notifier_init static | Colin Ian King | 2017-10-01 | 1 | -1/+1 | |
| * | | | | | | | | | net: ipv4: remove fib_info arg to fib_check_nh | David Ahern | 2017-09-29 | 1 | -3/+3 | |
| * | | | | | | | | | net: ipv4: remove fib_weight | David Ahern | 2017-09-29 | 1 | -9/+0 | |
| * | | | | | | | | | tcp: fix under-evaluated ssthresh in TCP Vegas | Hoang Tran | 2017-09-29 | 1 | -1/+1 | |
| * | | | | | | | | | inetpeer: speed up inetpeer_invalidate_tree() | Eric Dumazet | 2017-09-28 | 1 | -4/+7 | |
| * | | | | | | | | | net: mroute: Check if rule is a default rule | Yotam Gigi | 2017-09-27 | 1 | -0/+12 | |
| * | | | | | | | | | net: ipmr: Add MFC offload indication | Yotam Gigi | 2017-09-27 | 1 | -0/+3 | |
| * | | | | | | | | | ipmr: Send FIB notifications on MFC and VIF entries | Yotam Gigi | 2017-09-27 | 1 | -0/+53 | |
| * | | | | | | | | | ipmr: Add FIB notification access functions | Yotam Gigi | 2017-09-27 | 1 | -2/+135 | |
| * | | | | | | | | | ipmr: Add reference count to MFC entries | Yotam Gigi | 2017-09-27 | 1 | -3/+5 | |
| * | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2017-09-23 | 2 | -36/+13 | |
| |\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | net: avoid a full fib lookup when rp_filter is disabled. | Paolo Abeni | 2017-09-21 | 2 | -17/+35 | |
| * | | | | | | | | | | udp: do rmem bulk free even if the rx sk queue is empty | Paolo Abeni | 2017-09-20 | 1 | -2/+1 | |
| * | | | | | | | | | | ipv4: speedup ipv6 tunnels dismantle | Eric Dumazet | 2017-09-19 | 4 | -24/+24 | |
| * | | | | | | | | | | tcp: batch tcp_net_metrics_exit | Eric Dumazet | 2017-09-19 | 1 | -5/+9 | |
| * | | | | | | | | | | net: sk_buff rbnode reorg | Eric Dumazet | 2017-09-19 | 1 | -22/+5 | |
| * | | | | | | | | | | net: Convert int functions to bool | Joe Perches | 2017-09-18 | 1 | -18/+18 | |
| * | | | | | | | | | | net: tcp_input: Neaten DBGUNDO | Joe Perches | 2017-09-18 | 1 | -4/+2 | |
* | | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert... | Linus Torvalds | 2017-11-14 | 2 | -2/+2 | |
|\ \ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | | net: use -ENOSPC for transient busy indication | Gilad Ben-Yossef | 2017-11-03 | 2 | -2/+2 | |
| | |/ / / / / / / / / | |/| | | | | | | | | | ||||||
* | | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2017-11-13 | 5 | -8/+8 | |
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | ||||||
| * | | | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflicts | Ingo Molnar | 2017-11-07 | 26 | -37/+88 | |
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | | | ||||||
| * | | | | | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ... | Mark Rutland | 2017-10-25 | 4 | -5/+5 | |
| * | | | | | | | | | | locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W... | Mark Rutland | 2017-10-25 | 1 | -3/+3 | |
| | |_|_|_|_|/ / / / | |/| | | | | | | | | ||||||
* | | | | | | | | | | tcp: fix tcp_fastretrans_alert warning | Yuchung Cheng | 2017-11-10 | 1 | -2/+1 | |
* | | | | | | | | | | tcp: gso: avoid refcount_t warning from tcp_gso_segment() | Eric Dumazet | 2017-11-10 | 1 | -2/+10 | |
| |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
* | | | | | | | | | tcp: fix DSACK-based undo on non-duplicate ACK | Priyaranjan Jha | 2017-11-05 | 1 | -1/+1 | |
| |/ / / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-11-03 | 4 | -14/+15 | |
|\ \ \ \ \ \ \ \ |