summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2015-02-012-32/+35
* ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei2015-01-291-0/+3
* tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet2015-01-281-0/+1
* tcp: fix timing issue in CUBIC slope calculationNeal Cardwell2015-01-281-0/+8
* tcp: fix stretch ACK bugs in CUBICNeal Cardwell2015-01-281-22/+9
* tcp: fix stretch ACK bugs in RenoNeal Cardwell2015-01-281-4/+6
* tcp: fix the timid additive increase on stretch ACKsNeal Cardwell2015-01-281-6/+9
* tcp: stretch ACK fixes prepNeal Cardwell2015-01-286-9/+13
* ping: Fix race in free in receive pathsubashab@codeaurora.org2015-01-271-1/+4
* udp_diag: Fix socket skipping within chainHerbert Xu2015-01-271-1/+3
* ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2015-01-262-5/+7
* ip: zero sockaddr returned on error queueWillem de Bruijn2015-01-151-6/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-01-121-4/+4
|\
| * netfilter: nf_tables: fix port natting in little endian archsleroy christophe2014-12-231-4/+4
* | tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu2015-01-021-2/+2
* | openvswitch: Fix vport_send double freePravin B Shelar2014-12-231-1/+5
|/
* geneve: Fix races between socket add and release.Jesse Gross2014-12-181-6/+7
* geneve: Remove socket and offload handlers at destruction.Jesse Gross2014-12-181-0/+17
* ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf2014-12-161-0/+3
* ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf2014-12-161-0/+6
* gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs2014-12-151-4/+5
* fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck2014-12-121-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2014-12-1140-561/+1175
|\
| * net: introduce helper macro for_each_cmsghdrGu Zheng2014-12-101-1/+1
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-12-102-2/+5
| |\
| | * tcp: fix more NULL deref after prequeue changesEric Dumazet2014-12-091-2/+2
| | * gre: Set inner mac header in gro completeTom Herbert2014-12-051-0/+3
| * | Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller2014-12-107-20/+23
| |\ \
| | * | put iov_iter into msghdrAl Viro2014-12-095-8/+12
| | * | switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro2014-12-092-5/+4
| | * | ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro2014-12-093-6/+6
| | * | raw.c: stick msghdr into raw_frag_vecAl Viro2014-12-091-4/+4
| * | | tcp: refine TSO autosizingEric Dumazet2014-12-092-57/+62
| |/ /
| * | tcp_cubic: refine Hystart delay thresholdEric Dumazet2014-12-091-1/+1
| * | tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet2014-12-092-9/+26
| * | udp: Neaten and reduce size of compute_score functionsJoe Perches2014-12-081-49/+62
| * | net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn2014-12-081-2/+20
| * | ipv4: warn once on passing AF_INET6 socket to ip_recv_errorWillem de Bruijn2014-12-081-0/+2
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-12-054-91/+2
| |\ \
| | * | netfilter: combine IPv4 and IPv6 nf_nat_redirect code in one modulePablo Neira Ayuso2014-11-274-91/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-11-295-12/+21
| |\ \ \ | | | |/ | | |/|
| * | | gue: Call remcsum_adjustTom Herbert2014-11-261-67/+17
| * | | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2014-11-254-6/+5
| |\ \ \ | | |_|/ | |/| |
| | * | new helper: memcpy_to_msg()Al Viro2014-11-241-1/+1
| | * | new helper: memcpy_from_msg()Al Viro2014-11-242-2/+2
| | * | new helper: skb_copy_and_csum_datagram_msg()Al Viro2014-11-241-3/+2
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-11-248-12/+208
| |\ \ \ | | |/ / | |/| |
| | * | netfilter: fix various sparse warningsFlorian Westphal2014-11-133-10/+10
| | * | netfilter: log: protect nf_log_register against double registeringMarcelo Leitner2014-10-302-2/+22
| | * | netfilter: nf_tables: add new expression nft_redirArturo Borrero2014-10-273-0/+87
OpenPOWER on IntegriCloud