summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2010-12-02tipc: Remove obsolete inclusions of header filesAllan Stephens22-77/+0
2010-12-02tipc: Remove obsolete native API files and exportsAllan Stephens15-690/+382
2010-12-02net: kill unused macros from head fileShan Wei6-16/+0
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-02net: snmp: fix the wrong ICMP_MIB_MAX valueShan Wei1-2/+1
2010-12-02can: EG20T PCH: Delete unnecessary spin_lockTomoya1-34/+0
2010-12-02can: EG20T PCH: Enumerate LEC macrosTomoya1-36/+41
2010-12-02can: EG20T PCH: Change Message Object IndexTomoya1-147/+116
2010-12-02can: EG20T PCH: Separate Interface Register(IF1/IF2)Tomoya1-244/+201
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. Miller2-0/+35
2010-12-02ipv6: Add rt6_get_peer() helper.David S. Miller1-0/+9
2010-12-01timewait_sock: Create and use getpeer op.David S. Miller5-37/+63
2010-12-01inetpeer: Fix incorrect comment about inetpeer struct size.David S. Miller1-1/+0
2010-12-01inetpeer: Kill use of inet_peer_address_t typedef.David S. Miller2-10/+10
2010-12-01vxge: update driver versionJon Mason1-2/+2
2010-12-01vxge: use strcpy for stringsJon Mason1-1/+1
2010-12-01vxge: remove unnecessary printksJon Mason1-11/+0
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 Dumazet4-5/+36
2010-12-01bnx2x: Add Nic partitioning mode (57712 devices)Dmitry Kravkov7-96/+400
2010-11-30inet: Turn ->remember_stamp into ->get_peer in connection AF ops.David S. Miller5-34/+44
2010-11-30ipv6: Add infrastructure to bind inet_peer objects to routes.David S. Miller4-0/+25
2010-11-30inetpeer: Add inet_getpeer_v6()David S. Miller1-0/+10
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. Miller5-10/+19
2010-11-30inetpeer: Introduce inet_peer_address_t.David S. Miller3-10/+18
2010-11-30inetpeer: Abstract out the tree root accesses.David S. Miller1-50/+69
2010-11-29forcedeth: Use netdev_dbg for printk(KERN_DEBUGJoe Perches1-7/+12
2010-11-29forcedeth: Remove netdev_dbg usesJoe Perches1-133/+0
2010-11-29forcedeth: Convert dev_printk(<level> to dev_<level>(Joe Perches1-38/+26
2010-11-29forcedeth: Separate vendor specific initializations into functionsJoe Perches1-179/+188
2010-11-29forcedeth: Add function init_realtek_8211bJoe Perches1-73/+32
2010-11-29forcedeth: Convert pr_<level> to netdev_<level>Joe Perches1-132/+161
2010-11-29forcedeth: Use pr_fmt and pr_<level>Joe Perches1-114/+142
2010-11-29forcedeth: Convert remaining dprintk to netdev_dbgJoe Perches1-19/+12
2010-11-29forcedeth: Use print_hex_dumpJoe Perches1-37/+17
2010-11-29forcedeth: convert dprintk(KERN_DEBUG to netdev_dbgJoe Perches1-89/+87
2010-11-29forcedeth: Change reg_delay arguments and useJoe Perches1-16/+14
2010-11-29Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller170-1974/+12074
2010-11-29xps: add __rcu annotationsEric Dumazet2-11/+17
2010-11-29xps: NUMA allocations for per cpu dataEric Dumazet1-2/+3
2010-11-29sctp: kill unused macros in head fileShan Wei2-5/+0
2010-11-28vmxnet3: fix compilation when RSS is disabledScott J. Goldman1-1/+4
2010-11-28xps: Add CONFIG_XPSTom Herbert5-43/+73