summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-03tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-03tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-03tipc: Remove obsolete native API files and exportsAllan Stephens11-58/+382
2010-12-03ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei1-12/+12
2010-12-03tcp: use TCP_BASE_MSS to set basic mss valueShan Wei1-1/+1
2010-12-02tcp: Implement ipv6 ->get_peer() and ->tw_get_peer().David S. Miller1-4/+18
2010-12-02tcp: Add timewait recycling bits to ipv6 connect code.David S. Miller2-25/+77
2010-12-02ipv6: Create inet6_csk_route_req().David S. Miller1-0/+32
2010-12-02timewait_sock: Create and use getpeer op.David S. Miller3-37/+54
2010-12-02inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller1-4/+4
2010-12-01ipip: add module alias for tunl0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: add module alias for gre0 tunnel devicestephen hemminger1-0/+1
2010-12-01gre: minor cleanupsstephen hemminger1-2/+2
2010-12-01net sched: use xps information for qdisc NUMA affinityEric Dumazet3-4/+17
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller3-32/+42
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller2-0/+20
2010-11-30inetpeer: Add v6 peers tree, abstract root properly.David S. Miller1-9/+18
2010-11-30inetpeer: Abstract address comparisons.David S. Miller1-8/+27
2010-11-30inetpeer: Make inet_getpeer() take an inet_peer_adress_t pointer.David S. Miller4-9/+9
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller2-9/+9
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller25-135/+606
2010-11-29xps: add __rcu annotationsEric Dumazet1-9/+15
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet1-2/+3
2010-11-29xps: Add CONFIG_XPSTom Herbert4-19/+45
2010-11-28ipv6: Prepare the tree for un-inlined jhash.Jozsef Kadlecsik2-32/+26
2010-11-28X25 remove bkl in call user data length ioctlandrew hendry1-5/+6
2010-11-28X25 remove bkl from causediag ioctlsandrew hendry1-8/+7
2010-11-28X25 remove bkl from calluserdata ioctlsandrew hendry1-7/+7
2010-11-28X25 remove bkl in facility ioctlsandrew hendry1-23/+25
2010-11-28X25 remove bkl in subscription ioctlsandrew hendry2-10/+10
2010-11-288021q: vlan device is lockless do not transfer real_num_{tx|rx}_queuesJohn Fastabend1-3/+0
2010-11-28net: add netif_tx_queue_frozen_or_stoppedEric Dumazet4-10/+6
2010-11-28ipv6: kill two unused macro definitionShan Wei2-4/+0
2010-11-28net: add some KERN_CONT markers to continuation linesUwe Kleine-König1-16/+16
2010-11-28rtnl: make link af-specific updates atomicThomas Graf3-16/+45
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville25-135/+606
2010-11-25mac80211: implement packet loss notificationJohannes Berg2-0/+25
2010-11-25cfg80211: allow using CQM event to notify packet lossJohannes Berg3-0/+61
2010-11-25mac80211: avoid aggregation for VO trafficLuis R. Rodriguez1-0/+3
2010-11-25mac80211: reduce the number of retries for nullfunc probingFelix Fietkau1-1/+8
2010-11-25mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau3-26/+72
2010-11-25cfg80211/mac80211: improve ad-hoc multicast rate handlingFelix Fietkau3-17/+47
2010-11-25mac80211: probe the AP when resumingFelix Fietkau1-0/+1
2010-11-25mac80211: calculate beacon loss time accuratelyFelix Fietkau2-4/+13
2010-11-25mac80211: restart beacon miss timer on system resume from suspendFelix Fietkau1-0/+1
2010-11-25net/wireless: Use pr_<level> and netdev_<level>Joe Perches6-56/+44
2010-11-25Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville7-13/+80
2010-11-25Revert "nl80211/mac80211: Report signal average"John W. Linville6-12/+1
2010-11-24xps: Transmit Packet SteeringTom Herbert3-8/+417