aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2012-07-22sctp: Implement quick failover draft from tsvwgNeil Horman
2012-07-22net: fix race condition in several drivers when reading statsKevin Groeneveld
2012-07-22ipv4: tcp: set unicast_sock uc_ttl to -1Eric Dumazet
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jesse/...David S. Miller
2012-07-20openvswitch: Check gso_type for correct sk_buff in queue_gso_packets().Ben Pfaff
2012-07-20openvswitch: Check currect return value from skb_gso_segment()Pravin B Shelar
2012-07-20tun: fix a crash bug and a memory leakMikulas Patocka
2012-07-20ipv4: show pmtu in route listJulian Anastasov
2012-07-20rtnl: allow to specify number of rx and tx queues on device creationJiri Pirko
2012-07-20rtnl: allow to specify different num for rx and tx queue countJiri Pirko
2012-07-20tcp: improve latencies of timer triggered eventsEric Dumazet
2012-07-20tcp: fix ABC in tcp_slow_start()Eric Dumazet
2012-07-20tcp: use hash_32() in tcp_metricsEric Dumazet
2012-07-20tcp: Return bool instead of int where appropriateVijay Subramanian
2012-07-20Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-19ipv4: Fix again the time difference calculationJulian Anastasov
2012-07-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2012-07-19net-tcp: Fast Open client - cookie-less modeYuchung Cheng
2012-07-19net-tcp: Fast Open client - detecting SYN-data dropsYuchung Cheng
2012-07-19net-tcp: Fast Open client - sendmsg(MSG_FASTOPEN)Yuchung Cheng
2012-07-19net-tcp: Fast Open client - receiving SYN-ACKYuchung Cheng
2012-07-19net-tcp: Fast Open client - sending SYN-dataYuchung Cheng
2012-07-19net-tcp: Fast Open client - cookie cacheYuchung Cheng
2012-07-19net-tcp: Fast Open baseYuchung Cheng
2012-07-19ipx: move peII functionsstephen hemminger
2012-07-19ipv4: tcp: remove per net tcp_sockEric Dumazet
2012-07-19ipv4: use seqlock for nh_exceptionsJulian Anastasov
2012-07-19Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-07-19ipv4: Fix time difference calculation in rt_bind_exception().David S. Miller
2012-07-19ipv4: fix address selection in fib_compute_spec_dstJulian Anastasov
2012-07-19ipv4: optimize fib_compute_spec_dst call in ip_options_echoJulian Anastasov
2012-07-18net: Statically initialize init_net.dev_base_headRustad, Mark D
2012-07-18Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/blueto...John W. Linville
2012-07-18ipv6: add ipv6_addr_hash() helperEric Dumazet
2012-07-18skbuff: Use correct allocation in skb_copy_ubufsKrishna Kumar
2012-07-18net/ipv4: VTI support new module for ip_vti.Saurabh
2012-07-18net/ipv4: VTI support rx-path hook in xfrm4_mode_tunnel.Saurabh
2012-07-18tcp: refine SYN handling in tcp_validate_incomingEric Dumazet
2012-07-18cipso: don't follow a NULL pointer when setsockopt() is calledPaul Moore
2012-07-18ipv6: fix inet6_csk_xmit()Eric Dumazet
2012-07-18mac80211: flush stations before stop beaconingEliad Peller
2012-07-18cfg80211: Fix mutex locking in reg_last_request_cell_baseMohammed Shafi Shajakhan
2012-07-17ipv4: fix rcu splatEric Dumazet
2012-07-17ipv4: Fix nexthop exception hash computation.David S. Miller
2012-07-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2012-07-17Merge branch 'for-john' of git://git.kernel.org/pub/scm/linux/kernel/git/jber...John W. Linville
2012-07-17Merge branch 'nexthop_exceptions'David S. Miller
2012-07-17netpoll: move np->dev and np->dev_name init into __netpoll_setup()Jiri Pirko
2012-07-17ipv4: Add FIB nexthop exceptions.David S. Miller
2012-07-17tcp: implement RFC 5961 4.2Eric Dumazet