summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert3-0/+5
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-07-02inet: move ipv6only in sock_commonEric Dumazet1-1/+1
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-28tcp: add tcp_conn_requestOctavian Purdila2-126/+150
2014-06-28tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-28tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2-13/+16
2014-06-28tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-3/+6
2014-06-28tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-2/+3
2014-06-28tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-7/+29
2014-06-28tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-28tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-12/+17
2014-06-28tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-2/+0
2014-06-28tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-1/+2
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-11/+7
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet1-9/+5
2014-06-20tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell1-1/+1
2014-06-18tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-2/+1
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones1-1/+1
2014-06-14udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet1-0/+4
2014-06-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds52-756/+715
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig1-3/+1
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-9/+19
2014-06-12net: Add skb_gro_postpull_rcsum to udp and vxlanTom Herbert1-0/+1
2014-06-12net: Save software checksum completeTom Herbert1-2/+4
2014-06-12ipv4: fix a race in ip4_datagram_release_cb()Eric Dumazet1-5/+15
2014-06-11ip_tunnel: fix i_key matching in ip_tunnel_findDmitry Popov1-2/+3
2014-06-11ip_vti: Fix 'ip tunnel add' with 'key' parametersDmitry Popov2-5/+13
2014-06-11ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-11gre: allow changing mac address when device is upstephen hemminger1-0/+1
2014-06-11tcp: add gfp parameter to tcp_fragmentOctavian Purdila2-9/+11
2014-06-10Merge branch 'for-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/c...Linus Torvalds1-14/+17
2014-06-08Merge branch 'next' (accumulated 3.16 merge window patches) into masterLinus Torvalds2-4/+2
2014-06-06ip_tunnel: fix possible rtable leakDmitry Popov1-0/+1
2014-06-05ipv4: use skb frags api in udp4_hwcsum()WANG Cong1-4/+5
2014-06-05net: use the new API kvfree()WANG Cong1-4/+1
2014-06-05gre: Call gso_make_checksumTom Herbert5-4/+14
2014-06-05net: Add GSO support for UDP tunnels with checksumTom Herbert4-22/+24
2014-06-05tcp: Call gso_make_checksumTom Herbert1-5/+2
2014-06-05net: Support for multiple checksums with gsoTom Herbert1-0/+8
2014-06-05udp: Generic functions to set checksumTom Herbert1-0/+37
2014-06-05net: Revert "fib_trie: use seq_file_net rather than seq->private"Sasha Levin1-1/+1
2014-06-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+5
2014-06-03Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-4/+2
2014-06-03tcp: fix cwnd undo on DSACK in F-RTOYuchung Cheng1-6/+5
2014-06-03fib_trie: use seq_file_net rather than seq->privateDavid Ahern1-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet8-57/+25
2014-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-20/+6