aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
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-17ipv4: fix a potential use after free in fou.cLi RongQing1-0/+3
2014-10-17ipv4: 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/kernel/git/tj/percpuLinus Torvalds4-5/+5
2014-10-14tcp: 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-10Merge branch 'for-3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds2-3/+3
2014-10-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds69-1210/+3104
2014-10-07Merge tag 'dmaengine-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/dmaengineLinus 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-06ipv4: igmp: fix v3 general query drop monitor false positiveDaniel Borkmann1-1/+1
2014-10-06net: Add Geneve tunneling protocol driverAndy Zhou3-0/+388
2014-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller8-27/+150
2014-10-03ip_tunnel: Add GUE supportTom Herbert1-0/+13
2014-10-03gue: Receive side for Generic UDP EncapsulationTom Herbert1-9/+187
2014-10-03fou: eliminate IPv4,v6 specific GRO functionsTom Herbert2-40/+9
2014-10-03ip_tunnel: Account for secondary encapsulation header in max_headroomTom Herbert1-1/+1
2014-10-03netfilter: nft_masq: register/unregister notifiers on module init/exitArturo Borrero1-23/+11
2014-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+9
2014-10-02netfilter: use IS_ENABLED(CONFIG_BRIDGE_NETFILTER)Pablo Neira Ayuso3-3/+3
2014-10-02netfilter: move nf_send_resetX() code to nf_reject_ipvX modulesPablo Neira Ayuso3-0/+136
2014-10-02netfilter: nft_reject: introduce icmp code abstraction for inet and bridgePablo Neira Ayuso1-1/+0
2014-10-01gre: Set inner protocol in v4 and v6 GRE transmitTom Herbert1-0/+2
2014-10-01ipip: Set inner IP protocol in ipipTom Herbert1-0/+2
2014-10-01udp: Generalize skb_udp_segmentTom Herbert1-5/+46
2014-10-01net: cleanup and document skb fclone layoutEric Dumazet1-4/+1
2014-10-01tcp: abort orphan sockets stalling on zero window probesYuchung Cheng2-21/+22
2014-10-01cipso: add __init to cipso_v4_cache_initFabian Frederick1-1/+1
2014-10-01inet: frags: add __init to ip4_frags_ctl_registerFabian Frederick1-2/+2
2014-10-01tcp: add __init to tcp_init_memFabian Frederick1-1/+1
2014-10-01ipv4: mentions skb_gro_postpull_rcsum() in inet_gro_receive()Eric Dumazet1-0/+3
2014-09-30tcp: Change tcp_slow_start function to return voidLi RongQing1-3/+1
2014-09-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller1-22/+24
2014-09-29tcp: change TCP_ECN prefixes to lower caseFlorian Westphal3-31/+34
2014-09-29tcp: move TCP_ECN_create_request out of headerFlorian Westphal1-1/+35
2014-09-29tcp: remove unnecessary assignment.Li RongQing1-1/+1
2014-09-29net: tcp: add DCTCP congestion control algorithmDaniel Borkmann4-1/+371
2014-09-29net: tcp: more detailed ACK events and events for CE marked packetsFlorian Westphal2-4/+22
2014-09-29net: tcp: split ack slow/fast events from cwnd_eventFlorian Westphal2-14/+26
2014-09-29net: tcp: add flag for ca to indicate that ECN is requiredDaniel Borkmann2-8/+19