aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen5-8/+13
2014-07-11ipv6: Use BUG_ONHimangi Saraogi1-2/+2
2014-07-11net: ipv6: Use BUG_ONHimangi Saraogi1-4/+2
2014-07-11ipv6: addrconf: implement address generation modesJiri Pirko1-18/+38
2014-07-10ipv6: fix the check when handle RALi RongQing1-6/+6
2014-07-07ipv6: Implement automatic flow label generation on transmitTom Herbert6-5/+29
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2-0/+5
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-07-01inet: move ipv6only in sock_commonEric Dumazet3-7/+6
2014-07-01ipv6: Allow accepting RA from local IP addresses.Ben Greear2-8/+23
2014-07-01ipv6: Add more debugging around accept-ra logic.Ben Greear1-8/+43
2014-06-27tcp: add tcp_conn_requestOctavian Purdila1-118/+2
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+3
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila1-14/+1
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-6/+8
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: move around a few calls in tcp_v6_conn_requestOctavian Purdila1-11/+7
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-6/+20
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-23/+32
2014-06-27net: remove inet6_reqsk_allocOctavian Purdila2-2/+2
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-1/+2
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila1-2/+1
2014-06-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+3
2014-06-11net: ipv6: Fixed up ipsec packet be re-routing issuehuizhang1-0/+1
2014-06-10ipip, sit: fix ipv4_{update_pmtu,redirect} callsDmitry Popov1-2/+2
2014-06-05ipv6: Shrink udp_v6_mcast_next() to one socket variableSven Wegener1-13/+12
2014-06-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-4/+4
2014-06-04gre: Call gso_make_checksumTom Herbert2-0/+2
2014-06-04net: Add GSO support for UDP tunnels with checksumTom Herbert2-1/+4
2014-06-04udp: Generic functions to set checksumTom Herbert1-0/+38
2014-06-04ipv6: Fix regression caused by efe4208 in udp_v6_mcast_next()Sven Wegener1-4/+4
2014-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+0
2014-06-02net: fix inet_getid() and ipv6_select_ident() bugsEric Dumazet1-8/+3
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet2-30/+12
2014-05-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2-20/+6
2014-05-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-27/+57
2014-05-23net: Make enabling of zero UDP6 csums more restrictiveTom Herbert1-4/+4
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert1-3/+3
2014-05-23net: Eliminate no_check from protoswTom Herbert6-8/+0
2014-05-21ipv6: gro: fix CHECKSUM_COMPLETE supportEric Dumazet2-6/+2
2014-05-21ipv6: slight optimization in ip6_dst_gcLi RongQing1-1/+1
2014-05-21net: tunnels - enable module autoloadingTom Gundersen2-0/+2
2014-05-16net: ipv6: make "ip -6 route get mark xyz" work.Lorenzo Colitti1-0/+3
2014-05-15ipv6: update Destination Cache entries when gateway turn into hostDuan Jiong2-5/+23
2014-05-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsecDavid S. Miller3-14/+27
2014-05-15vti6: delete unneeded call to netdev_privJulia Lawall1-3/+0
2014-05-14snmp: fix some left over of snmp statsWANG Cong1-4/+4
2014-05-14ipv6: fix calculation of option len in ip6_append_dataHannes Frederic Sowa1-1/+1