summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-095-13/+10
| |\ \ \ \ \ \ \ \
| * | | | | | | | | ip_gre: check packet length and mtu correctly in erspan txWilliam Tu2017-10-071-4/+4
| * | | | | | | | | tcp: implement rb-tree based retransmit queueEric Dumazet2017-10-075-144/+193
| * | | | | | | | | tcp: pass previous skb to tcp_shifted_skb()Eric Dumazet2017-10-071-4/+5
| * | | | | | | | | tcp: reduce tcp_fastretrans_alert() verbosityEric Dumazet2017-10-071-2/+2
| * | | | | | | | | tcp: tcp_mark_head_lost() optimizationEric Dumazet2017-10-071-4/+4
| * | | | | | | | | tcp: tcp_tx_timestamp() cleanupEric Dumazet2017-10-071-3/+5
| * | | | | | | | | tcp: uninline tcp_write_queue_purge()Eric Dumazet2017-10-071-0/+14
| * | | | | | | | | net: add rb_to_skb() and other rb tree helpersEric Dumazet2017-10-072-26/+15
| * | | | | | | | | tcp: a small refactor of RACK loss detectionYuchung Cheng2017-10-051-22/+18
| * | | | | | | | | tcp: more efficient RACK loss detectionYuchung Cheng2017-10-051-15/+5
| * | | | | | | | | tcp: new list for sent but unacked skbs for RACK recoveryEric Dumazet2017-10-054-13/+41
| * | | | | | | | | net/ipv4: Remove unused variable in route.cTim Hansen2017-10-051-2/+1
| * | | | | | | | | tcp: clean up TFO server's initial tcp_rearm_rto() callWei Wang2017-10-051-12/+9
| * | | | | | | | | tcp: uniform the set up of sockets after successful connectionWei Wang2017-10-053-24/+16
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-10-057-48/+75
| |\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / / | |/| | | | | | | |
| * | | | | | | | | ipv4: ipmr: Don't forward packets already forwarded by hardwareYotam Gigi2017-10-031-5/+32
| * | | | | | | | | ipv4: ipmr: Add the parent ID field to VIF structYotam Gigi2017-10-031-0/+11
| * | | | | | | | | ipv4: Namespaceify tcp_fastopen_blackhole_timeout knobHaishuang Yan2017-10-013-28/+24
| * | | | | | | | | ipv4: Namespaceify tcp_fastopen_key knobHaishuang Yan2017-10-015-32/+63
| * | | | | | | | | ipv4: Remove the 'publish' logic in tcp_fastopen_init_key_onceHaishuang Yan2017-10-014-9/+4
| * | | | | | | | | ipv4: Namespaceify tcp_fastopen knobHaishuang Yan2017-10-015-18/+20
| * | | | | | | | | net: ipmr: make function ipmr_notifier_init staticColin Ian King2017-10-011-1/+1
| * | | | | | | | | net: ipv4: remove fib_info arg to fib_check_nhDavid Ahern2017-09-291-3/+3
| * | | | | | | | | net: ipv4: remove fib_weightDavid Ahern2017-09-291-9/+0
| * | | | | | | | | tcp: fix under-evaluated ssthresh in TCP VegasHoang Tran2017-09-291-1/+1
| * | | | | | | | | inetpeer: speed up inetpeer_invalidate_tree()Eric Dumazet2017-09-281-4/+7
| * | | | | | | | | net: mroute: Check if rule is a default ruleYotam Gigi2017-09-271-0/+12
| * | | | | | | | | net: ipmr: Add MFC offload indicationYotam Gigi2017-09-271-0/+3
| * | | | | | | | | ipmr: Send FIB notifications on MFC and VIF entriesYotam Gigi2017-09-271-0/+53
| * | | | | | | | | ipmr: Add FIB notification access functionsYotam Gigi2017-09-271-2/+135
| * | | | | | | | | ipmr: Add reference count to MFC entriesYotam Gigi2017-09-271-3/+5
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2017-09-232-36/+13
| |\ \ \ \ \ \ \ \ \
| * | | | | | | | | | net: avoid a full fib lookup when rp_filter is disabled.Paolo Abeni2017-09-212-17/+35
| * | | | | | | | | | udp: do rmem bulk free even if the rx sk queue is emptyPaolo Abeni2017-09-201-2/+1
| * | | | | | | | | | ipv4: speedup ipv6 tunnels dismantleEric Dumazet2017-09-194-24/+24
| * | | | | | | | | | tcp: batch tcp_net_metrics_exitEric Dumazet2017-09-191-5/+9
| * | | | | | | | | | net: sk_buff rbnode reorgEric Dumazet2017-09-191-22/+5
| * | | | | | | | | | net: Convert int functions to boolJoe Perches2017-09-181-18/+18
| * | | | | | | | | | net: tcp_input: Neaten DBGUNDOJoe Perches2017-09-181-4/+2
* | | | | | | | | | | Merge branch 'linus' of git://git.kernel.org/pub/scm/linux/kernel/git/herbert...Linus Torvalds2017-11-142-2/+2
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | net: use -ENOSPC for transient busy indicationGilad Ben-Yossef2017-11-032-2/+2
| | |/ / / / / / / / / | |/| | | | | | | | |
* | | | | | | | | | | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-11-135-8/+8
|\ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
| * | | | | | | | | | Merge branch 'linus' into locking/core, to resolve conflictsIngo Molnar2017-11-0726-37/+88
| |\ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ / | | |/| | | | | | | |
| * | | | | | | | | | locking/atomics: COCCINELLE/treewide: Convert trivial ACCESS_ONCE() patterns ...Mark Rutland2017-10-254-5/+5
| * | | | | | | | | | locking/atomics, net/ipv4/tcp_input.c: Convert ACCESS_ONCE() to READ_ONCE()/W...Mark Rutland2017-10-251-3/+3
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | tcp: fix tcp_fastretrans_alert warningYuchung Cheng2017-11-101-2/+1
* | | | | | | | | | tcp: gso: avoid refcount_t warning from tcp_gso_segment()Eric Dumazet2017-11-101-2/+10
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | tcp: fix DSACK-based undo on non-duplicate ACKPriyaranjan Jha2017-11-051-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2017-11-034-14/+15
|\ \ \ \ \ \ \ \