aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-12-02tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-02tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15
2010-12-02tipc: Eliminate an unused symbolic constant in link codeAllan Stephens1-6/+0
2010-12-02tipc: Eliminate useless initialization when creating subscriberAllan Stephens1-1/+1
2010-12-02tipc: Remove unused domain argument from multicast send routineAllan Stephens3-3/+2
2010-12-02tipc: Remove support for TIPC mode change callbackAllan Stephens4-53/+5
2010-12-02tipc: Delete useless function prototypesAllan Stephens4-4/+0
2010-12-02tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
2010-12-02tipc: Delete unused configuration service structure definitionAllan Stephens1-7/+0
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens11-58/+382
2010-12-02ipv6: use ND_REACHABLE_TIME and ND_RETRANS_TIMER instead of magic numberShan Wei1-12/+12
2010-12-02tcp: 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-01timewait_sock: Create and use getpeer op.David S. Miller3-37/+54
2010-12-01inetpeer: 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/linville/wireless-next-2.6David 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-28xps: 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-27rtnl: make link af-specific updates atomicThomas Graf3-16/+45
2010-11-24Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville25-135/+606
2010-11-24mac80211: implement packet loss notificationJohannes Berg2-0/+25
2010-11-24cfg80211: allow using CQM event to notify packet lossJohannes Berg3-0/+61
2010-11-24mac80211: avoid aggregation for VO trafficLuis R. Rodriguez1-0/+3
2010-11-24mac80211: reduce the number of retries for nullfunc probingFelix Fietkau1-1/+8
2010-11-24mac80211: use nullfunc instead of probe request for connection monitoringFelix Fietkau3-26/+72