summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* net: move fib_rules_unregister() under rtnl lockWANG Cong2015-04-032-3/+2Star
* ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong2015-04-031-0/+5
* tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell2015-04-021-3/+4
* ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong2015-03-291-1/+1
* tcp: prevent fetching dst twice in early demux codeMichal Kubeček2015-03-241-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-03-221-3/+3
|\
| * netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso2015-03-191-3/+3
* | tcp: fix tcp fin memory accountingJosh Hunt2015-03-201-5/+1Star
* | inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet2015-03-171-0/+1
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-03-161-1/+1
|\ \
| * | xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert2015-02-091-1/+1
* | | inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet2015-03-131-3/+15
* | | xps: must clear sender_cpu before forwardingEric Dumazet2015-03-121-0/+1
* | | tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell2015-03-111-2/+4
* | | tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell2015-03-111-0/+6
| |/ |/|
* | ip: fix error queue empty skb handlingWillem de Bruijn2015-03-091-10/+23
* | tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet2015-03-061-7/+3Star
* | ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov2015-03-061-4/+7
* | net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti2015-03-041-2/+10
* | udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček2015-03-031-1/+2
* | tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell2015-02-231-1/+1
* | ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov2015-02-201-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2015-02-184-23/+66
|\ \
| * | net: spelling fixesStephen Hemminger2015-02-151-1/+1
| * | tcp: make sure skb is not shared before using skb_get()Eric Dumazet2015-02-131-8/+24
| * | gue: Use checksum partial with remote checksum offloadTom Herbert2015-02-121-6/+22
| * | net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert2015-02-121-2/+2
| * | udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert2015-02-121-1/+12
| * | net: Fix remcsum in GRO path to not change packetTom Herbert2015-02-121-10/+10
* | | memcg: cleanup static keys decrementVladimir Davydov2015-02-131-0/+4
* | | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds2015-02-121-21/+30
|\ \ \
| * | | cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore2015-02-111-21/+30
* | | | mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner2015-02-121-1/+1
| |/ / |/| |
* | | ipv4: Namespecify TCP PMTU mechanismFan Du2015-02-104-21/+23
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-091-5/+8
|\ \ \
| * | | tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng2015-02-091-5/+8
* | | | net: rfs: add hash collision detectionEric Dumazet2015-02-091-2/+0Star
* | | | gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2015-02-092-12/+12
* | | | tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell2015-02-081-5/+24
* | | | tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2015-02-082-7/+23
* | | | tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell2015-02-081-1/+5
* | | | tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell2015-02-083-0/+14
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-059-69/+80
|\| | |
| * | | ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-022-32/+35
| * | | ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-301-0/+3
| * | | tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-291-0/+1
| * | | tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-291-0/+8
| * | | tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-291-22/+9Star
| * | | tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-291-4/+6
| * | | tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-291-6/+9