summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-03-24tcp: make connect() mem charging friendlyEric Dumazet
2015-03-24tcp: fix tcp fin memory accountingJosh Hunt
2015-03-24inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet
2015-03-14net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti
2015-03-14udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček
2015-03-14ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov
2015-03-14ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov
2015-03-14tcp: 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-26ipv4: tcp: get rid of ugly unicast_sockEric Dumazet
2015-02-26tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet
2015-02-26ping: Fix race in free in receive pathsubashab@codeaurora.org
2015-02-26udp_diag: Fix socket skipping within chainHerbert Xu
2015-02-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa
2015-02-26ip: zero sockaddr returned on error queueWillem de Bruijn
2015-01-27tcp: Do not apply TSO segment limit to non-TSO packetsHerbert Xu
2015-01-27geneve: Fix races between socket add and release.Jesse Gross
2015-01-27geneve: Remove socket and offload handlers at destruction.Jesse Gross
2015-01-27gre: fix the inner mac header in nbma tunnel xmit pathTimo Teräs
2014-12-16tcp: fix more NULL deref after prequeue changesEric Dumazet
2014-12-16gre: Set inner mac header in gro completeTom Herbert
2014-11-26net-timestamp: make tcp_recvmsg call ipv6_recv_error for AF_INET6 socksWillem de Bruijn
2014-11-25tcp: fix possible NULL dereference in tcp_vX_send_reset()Eric Dumazet
2014-11-24net/ping: handle protocol mismatching scenarioJane Zhou
2014-11-23ip_tunnel: the lack of vti_link_ops' dellink() cause kernel paniclucien
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens
2014-11-16ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-11-16ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann
2014-11-05tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner
2014-11-05geneve: Unregister pernet subsys on module unload.Jesse Gross
2014-11-05geneve: Set GSO type on transmit.Jesse Gross
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso
2014-10-30net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet
2014-10-30gre: Use inner mac length when computing tunnel lengthTom Herbert
2014-10-30ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov
2014-10-25tcp: md5: do not use alloc_percpu()Eric Dumazet
2014-10-22net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds