summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-12-07dccp: Policy-based packet dequeueing infrastructureTomasz Grobelny5-9/+207
2010-12-07Fix a typo in datagram.c and sctp/socket.c.David Shwatrz2-2/+2
2010-12-06filter: add a security check at install timeEric Dumazet1-9/+63
2010-12-06net: arp: use assignmentChangli Gao1-1/+1
2010-12-06af_packet: remove pgv.flagsChangli Gao1-15/+5
2010-12-06af_packet: use vmalloc_to_page() instead for the addresss returned by vmalloc()Changli Gao1-17/+19
2010-12-06net: kill an RCU warning in inet_fill_link_af()Eric Dumazet1-4/+4
2010-12-06filter: add SKF_AD_RXHASH and SKF_AD_CPUEric Dumazet1-0/+6
2010-12-06net: Fix too optimistic NETIF_F_HW_CSUM featuresMichał Mirosław2-3/+8
2010-12-03net: don't reallocate skb->head unless the current one hasn't the needed extr...Changli Gao1-11/+23
2010-12-03tipc: Delete tipc_ownidentity()Allan Stephens3-10/+2
2010-12-03tipc: Eliminate obsolete native API forwarding routinesAllan Stephens2-87/+15
2010-12-03tipc: Eliminate an unused symbolic constant in link codeAllan Stephens1-6/+0
2010-12-03tipc: Eliminate useless initialization when creating subscriberAllan Stephens1-1/+1
2010-12-03tipc: Remove unused domain argument from multicast send routineAllan Stephens3-3/+2
2010-12-03tipc: Remove support for TIPC mode change callbackAllan Stephens4-53/+5
2010-12-03tipc: Delete useless function prototypesAllan Stephens4-4/+0
2010-12-03tipc: Eliminate useless return value when disabling a bearerAllan Stephens1-4/+5
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