aboutsummaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-03-26tcp: fix tcp fin memory accountingJosh Hunt
2015-03-26inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-26tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell
2015-03-26tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell
2015-03-18net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-18udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-18ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-18ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-03-18tcp: make sure skb is not shared before using skb_get()Eric Dumazet
2015-03-06cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-01-15ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2015-01-02tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2014-12-23openvswitch: Fix vport_send double freePravin B Shelar
2014-12-23netfilter: nf_tables: fix port natting in little endian archsleroy christophe
2014-12-18geneve: Fix races between socket add and release.Jesse Gross
2014-12-18geneve: Remove socket and offload handlers at destruction.Jesse Gross
2014-12-16ip_tunnel: Add missing validation of encap type to ip_tunnel_encap_setup()Thomas Graf
2014-12-16ip_tunnel: Add sanity checks to ip_tunnel_encap_add_ops()Thomas Graf
2014-12-15gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-12-12fib_trie: Fix trie balancing issue if new node pushes down existing nodeAlexander Duyck
2014-12-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-12-10net: introduce helper macro for_each_cmsghdrGu Zheng
2014-12-10Merge branch 'akpm' (patchbomb from Andrew)Linus Torvalds
2014-12-10mm: memcontrol: lockless page countersJohannes Weiner
2014-12-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2014-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-12-10Merge branch 'for-davem-2' of git://git.kernel.org/pub/scm/linux/kernel/git/v...David S. Miller
2014-12-09tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-12-09tcp: refine TSO autosizingEric Dumazet
2014-12-09put iov_iter into msghdrAl Viro
2014-12-09switch tcp_sock->ucopy from iovec (ucopy.iov) to msghdr (ucopy.msg)Al Viro
2014-12-09ip_generic_getfrag, udplite_getfrag: switch to passing msghdrAl Viro
2014-12-09raw.c: stick msghdr into raw_frag_vecAl Viro
2014-12-09tcp_cubic: refine Hystart delay thresholdEric Dumazet
2014-12-09tcp_cubic: add SNMP counters to track how effective is HystartEric Dumazet
2014-12-08Merge branch 'iov_iter' into for-nextAl Viro
2014-12-08udp: Neaten and reduce size of compute_score functionsJoe Perches
2014-12-08net-timestamp: allow reading recv cmsg on errqueue with origin tstampWillem de Bruijn