summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-12-09Merge branch 'iov_iter' into for-nextAl Viro17-113/+146
2014-11-21tcp: Restore RFC5961-compliant behavior for SYN packetsCalvin Owens1-2/+2
2014-11-17ipv6: mld: fix add_grhead skb_over_panic for devs with large MTUsDaniel Borkmann1-6/+5
2014-11-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-0/+1
2014-11-16ipv4: Fix incorrect error code when adding an unreachable routePanu Matilainen1-0/+4
2014-11-11ipv6: fix IPV6_PKTINFO with v4 mappedEric Dumazet1-1/+1
2014-11-10udptunnel: Add SKB_GSO_UDP_TUNNEL during gro_complete.Jesse Gross1-0/+2
2014-11-10netfilter: nft_masq: fix uninitialized range in nft_masq_{ipv4, ipv6}_evalDaniel Borkmann1-0/+1
2014-11-06tcp: zero retrans_stamp if all retrans were ackedMarcelo Leitner1-29/+31
2014-11-05geneve: Unregister pernet subsys on module unload.Jesse Gross1-0/+1
2014-11-05geneve: Set GSO type on transmit.Jesse Gross1-0/+2
2014-11-05netfilter: Remove checks of seq_printf() return valuesSteven Rostedt (Red Hat)1-20/+16
2014-11-05netfilter: Convert print_tuple functions to return voidJoe Perches3-12/+16
2014-11-05netfilter: Remove return values for print_conntrack callbacksSteven Rostedt (Red Hat)1-1/+4
2014-10-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller1-26/+62
2014-10-31netfilter: nf_reject_ipv4: split nf_send_reset() in smaller functionsPablo Neira Ayuso1-26/+62
2014-10-31net: skb_fclone_busy() needs to detect orphaned skbEric Dumazet1-1/+1
2014-10-31gre: Use inner mac length when computing tunnel lengthTom Herbert1-1/+1
2014-10-31ipv4: Do not cache routing failures due to disabled forwarding.Nicolas Cavallari1-0/+1
2014-10-29inet: frags: remove the WARN_ON from inet_evict_bucketNikolay Aleksandrov1-1/+0
2014-10-29inet: frags: fix a race between inet_evict_bucket and inet_frag_killNikolay Aleksandrov1-1/+2
2014-10-26tcp: md5: do not use alloc_percpu()Eric Dumazet1-39/+20
2014-10-23net: fix saving TX flow hash in sock for outgoing connectionsSathya Perla1-2/+2
2014-10-20net: make skb_gso_segment error handling more robustFlorian Westphal1-1/+1
2014-10-20net: gso: use feature flag argument in all protocol gso handlersFlorian Westphal3-3/+3
2014-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2-0/+4
2014-10-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-3/+3
2014-10-18ipv4: fix a potential use after free in gre_offload.cLi RongQing1-3/+3
2014-10-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds8-56/+72
2014-10-18ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-18ipv4: fix a potential use after free in ip_tunnel_core.cLi RongQing1-1/+2
2014-10-17ipv4: dst_entry leak in ip_send_unicast_reply()Vasily Averin1-3/+9
2014-10-17ipv4: clean up cookie_v4_check()Cong Wang2-4/+4
2014-10-17ipv4: share tcp_v4_save_options() with cookie_v4_check()Cong Wang2-29/+1
2014-10-17ipv4: call __ip_options_echo() in cookie_v4_check()Cong Wang1-1/+1
2014-10-15Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-5/+5
2014-10-15tcp: TCP Small Queues and strange attractorsEric Dumazet1-7/+19
2014-10-14ipv4: fix nexthop attlen check in fib_nh_matchJiri Pirko1-1/+1
2014-10-14tcp: fix tcp_ack() performance problemEric Dumazet1-9/+27
2014-10-14tcp: fix ooo_okay setting vs Small QueuesEric Dumazet1-2/+6
2014-10-13netfilter: nf_tables: restrict nat/masq expressions to nat chain typePablo Neira Ayuso1-0/+1
2014-10-11netfilter: missing module license in the nf_reject_ipvX modulesPablo Neira Ayuso1-0/+3
2014-10-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds2-3/+3
2014-10-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds69-1210/+3104
2014-10-08Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/d...Linus Torvalds4-235/+24
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet3-3/+3
2014-10-07openvswitch: fix a compilation error when CONFIG_INET is not setW!Andy Zhou1-14/+15
2014-10-07net: fix a sparse warningAndy Zhou1-1/+1
2014-10-07ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou3-0/+388