summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller11-32/+83
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng2-3/+11
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng3-6/+33
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng3-10/+73
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng1-5/+35
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng3-11/+115
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng1-0/+51
2012-07-19net-tcp: Fast Open baseYuchung Cheng10-15/+68
2012-07-19ipx: move peII functionsstephen hemminger3-5/+1
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet2-23/+35
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov1-50/+68
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller1-1/+1
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov1-1/+2
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov1-3/+2
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D2-2/+5
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet5-53/+30
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar1-5/+5
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh3-0/+968
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh1-0/+68
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet1-1/+5
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore1-2/+4
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet1-19/+21
2012-07-17ipv4: fix rcu splatEric Dumazet3-10/+11
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller1-4/+12
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller23-176/+418
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko3-13/+7
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller2-31/+248
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet2-18/+16
2012-07-17net: Pass optional SKB and SK arguments to dst_ops->{update_pmtu,redirect}()David S. Miller19-46/+66
2012-07-17Merge branch 'master' of git://1984.lsi.us.es/nfDavid S. Miller1-2/+3
2012-07-17ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov1-2/+3
2012-07-17tcp: implement RFC 5961 3.2Eric Dumazet3-1/+38
2012-07-17ipv6: fix unappropriate errno returned for non-multicast addressLi Wei1-0/+3
2012-07-16irda: Fix typo in irdaMasanari Iida2-2/+2
2012-07-16sctp: fix sparse warning for sctp_init_cause_fixedIoan Orghici1-1/+1
2012-07-16ax25: Fix missing breakAlan Cox1-0/+1
2012-07-16netem: refine early skb orphaningEric Dumazet1-1/+8
2012-07-16caif: Fix access to freed pernet memorySjur Brændeland1-1/+1
2012-07-16net: cgroup: fix access the unallocated memory in netprio cgroupGao feng1-17/+54
2012-07-16bridge: Fix enforcement of multicast hash_max limitThomas Graf1-4/+5
2012-07-16ipv6: fix RTPROT_RA markup of RA routes w/nexthopsDenis Ovsienko1-4/+6
2012-07-166lowpan: Change byte order when storing/accessing to len fieldTony Cheneau1-8/+12
2012-07-166lowpan: Change byte order when storing/accessing u16 tagTony Cheneau1-3/+3
2012-07-166lowpan: Fix null pointer dereference in UDP uncompression functionTony Cheneau1-0/+3
2012-07-16Merge branch 'tipc_net-next' of git://git.kernel.org/pub/scm/linux/kernel/git...David S. Miller24-1124/+437
2012-07-16sctp: Fix list corruption resulting from freeing an association on a listNeil Horman2-7/+12
2012-07-16net: make sock diag per-namespaceAndrey Vagin4-17/+50
2012-07-16tcp: add OFO snmp countersEric Dumazet2-2/+8
2012-07-16net: respect GFP_DMA in __netdev_alloc_skb()Eric Dumazet1-1/+1
2012-07-16sctp: Adjust PMTU updates to accomodate route invalidation.David S. Miller5-10/+18