summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-12-16gre: Set inner mac header in gro completeTom Herbert
2014-12-16net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-12-16ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-12-06net/ping: handle protocol mismatching scenarioJane Zhou
2014-12-06ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen
2014-11-21ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet
2014-11-21inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-11-21inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-11-14gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-11-14ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-11-14tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-11-14net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-11-14ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing
2014-11-14ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin
2014-11-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko
2014-09-28neigh: check error pointer instead of NULL for ipv4_neigh_lookup()WANG Cong
2014-09-26ip_tunnel: Don't allow to add the same tunnel multiple times.Steffen Klassert
2014-09-22ipv4: do not use this_cpu_ptr() in preemptible contextEric Dumazet
2014-09-16xfrm: Generate blackhole routes only from route lookup functionsSteffen Klassert
2014-08-18netfilter: move NAT Kconfig switches out of the iptables scopePablo Neira Ayuso
2014-08-14tcp: fix ssthresh and undo for consecutive short FRTO episodesNeal Cardwell
2014-08-14tcp: don't allow syn packets without timestamps to pass tcp_tw_recycle logicHannes Frederic Sowa
2014-08-14tcp: fix tcp_release_cb() to dispatch via address family for mtu_reduced()Neal Cardwell
2014-08-14tcp: don't use timestamp from repaired skb-s to calculate RTT (v2)Andrey Vagin
2014-08-13net-timestamp: fix missing tcp fragmentation casesWillem de Bruijn
2014-08-13net-timestamp: fix missing ACK timestampWillem de Bruijn
2014-08-08ipv4: removed redundant conditionalNiv Yehezkel
2014-08-06Merge branch 'akpm' (patchbomb from Andrew Morton)Linus Torvalds
2014-08-06list: fix order of arguments for hlist_add_after(_rcu)Ken Helias
2014-08-06tcp: md5: check md5 signature without socket lockDmitry Popov
2014-08-06net-timestamp: cumulative tcp timestamping fixesWillem de Bruijn
2014-08-06Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-08-06Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds
2014-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-08-05net-timestamp: ACK timestamp for bytestreamsWillem de Bruijn
2014-08-05net-timestamp: TCP timestampingWillem de Bruijn
2014-08-05net-timestamp: add key to disambiguate concurrent datagramsWillem de Bruijn
2014-08-05tcp: reduce spurious retransmits due to transient SACK renegingNeal Cardwell
2014-08-04tcp: md5: remove unneeded check in tcp_v4_parse_md5_keysDmitry Popov
2014-08-04Merge branch 'for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds
2014-08-02inet: frags: use kmem_cache for inet_frag_queueNikolay Aleksandrov
2014-08-02inet: frags: use INET_FRAG_EVICTED to prevent icmp messagesNikolay Aleksandrov
2014-08-02inet: frags: fix function declaration alignments in inet_fragmentNikolay Aleksandrov
2014-08-02inet: frags: rename last_in to flagsNikolay Aleksandrov
2014-08-02ipv4: remove nested rcu_read_lock/unlockDuan Jiong
2014-08-02Merge branch 'next' of git://git.infradead.org/users/pcmoore/selinux into nextJames Morris
2014-08-01netlabel: shorter names for the NetLabel catmap funcs/structsPaul Moore
2014-08-01netlabel: fix the horribly broken catmap functionsPaul Moore
2014-08-01netlabel: fix a problem when setting bits below the previously lowest bitPaul Moore
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong