summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
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-02tulip: fix hang in dmfe driver on sending of big packetAlexander V. Lukyanov1-3/+3
2010-12-02stmmac: priv->lock can be used uninitializedVlad Lungu1-2/+2
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-02Revert "ath9k: Fix STA disconnect issue due to received MIC failed bcast frames"John W. Linville2-4/+3
2010-12-02ath9k_hw: fix more bitfield related endian issuesFelix Fietkau2-9/+16
2010-12-02ath9k_hw: fix endian issues with CTLs on AR9003Felix Fietkau4-54/+47
2010-12-02ath9k: Fix bug in reading input gpio state for ar9003Vasanthakumar Thiagarajan2-3/+6
2010-12-02Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville3-6/+16
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-01net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough1-1/+2
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-12-01bonding: check for assigned mac before adopting the slaves mac addressDavid Strand1-1/+1
2010-12-01b44: fix workarround for wap54g10Hauke Mehrtens1-6/+5
2010-12-01Make the ip6_tunnel reflect the true mtu.Anders Franzen1-0/+7
2010-12-01Bluetooth: Add new PID for Atheros 3011Bala Shanmugam2-0/+7
2010-12-01Bluetooth: Fix log spamming in btusb due to autosuspendStefan Seyfried1-3/+6
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-30ath9k: Fix STA disconnect issue due to received MIC failed bcast framesSenthil Balasubramanian2-3/+4
2010-11-30mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian1-0/+2
2010-11-30mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter1-0/+4
2010-11-30orinoco: abort scan on interface downDavid Kilroy3-7/+14
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