summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* connector: maintainer/mail update.Evgeniy Polyakov2009-07-215-6/+13
* USB host CDC Phonet network interface driverRémi Denis-Courmont2009-07-213-0/+470
* macsonic, jazzsonic: fix oops on module unloadFinn Thain2009-07-212-0/+2
* macsonic: move probe function to .devinit.textUwe Kleine-König2009-07-211-7/+7
* can: switch carrier on if device was stopped while in bus-off stateWolfgang Grandegger2009-07-201-0/+4
* can: restart device even if dev_alloc_skb() failsWolfgang Grandegger2009-07-201-2/+2
* can: sja1000: remove duplicated includesWolfgang Grandegger2009-07-201-1/+0Star
* New device ID for sc92031 [1088:2031]Cesar Eduardo Barros2009-07-201-0/+1
* 3c589_cs: re-initialize the multicast in the tc589_resetKen Kawasaki2009-07-201-7/+14
* Fix error return for setsockopt(SO_TIMESTAMPING)Rémi Denis-Courmont2009-07-201-1/+1
* netxen: fix thermal check and shutdownDhananjay Phadke2009-07-201-6/+8
* netxen: fix deadlock on dev closeDhananjay Phadke2009-07-204-13/+23
* netxen: fix context deletion sequenceDhananjay Phadke2009-07-203-7/+9
* net: Micrel KS8851 SPI network driverBen Dooks2009-07-204-0/+1625
* tcp: Use correct peer adr when copying MD5 keysJohn Dykstra2009-07-202-2/+2
* tcp: Fix MD5 signature checking on IPv4 mapped socketsJohn Dykstra2009-07-204-1/+8
* Add mac driver for w90p910Wan ZongShun2009-07-203-0/+1114
* Update Andreas Koensgen's email addressRalf Baechle2009-07-174-4/+4
* MAINTAINERS entry for STRIP driverRalf Baechle2009-07-171-1/+0Star
* cdc-eem: bad crc checkingVincent CUISSARD2009-07-171-1/+1
* ixgbe: Remove DPRINTK messages in DCB modeLucy Liu2009-07-171-4/+0Star
* ixgbe: clear mac address data block in DCB modeLucy Liu2009-07-171-0/+2
* sky2: revert shutdown changesStephen Hemminger2009-07-171-8/+1Star
* net: sock_copy() fixesEric Dumazet2009-07-172-15/+37
* E100: work around the driver using streaming DMA mapping for RX descriptors.Krzysztof Halasa2009-07-171-0/+3
* bonding: clean muticast addresses when device changes typeMoni Shoua2009-07-171-2/+10
* atl1c: misplaced parenthesisroel kluin2009-07-171-1/+1
* atl1c: add missing parenthesesroel kluin2009-07-171-4/+4
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-07-174-6/+28
|\
| * netfilter: nf_conntrack: nf_conntrack_alloc() fixesEric Dumazet2009-07-162-4/+24
| * netfilter: xt_osf: fix nf_log_packet() argumentsPatrick McHardy2009-07-161-2/+3
| * netfilter: add netfilter git to MAINTAINERSJoe Perches2009-07-011-0/+1
* | net/can: add module alias to can protocol driversLothar Waßmann2009-07-152-0/+2
* | net/can bugfix: use after free bug in can protocol driversLothar Waßmann2009-07-152-0/+6
* | Revert "NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplin...David S. Miller2009-07-145-68/+44Star
* | skbuff.h: Fix comment for NET_IP_ALIGNTobias Klauser2009-07-141-2/+2
* | drivers/net: using spin_lock_irqsave() in net_send_packet()Dongdong Deng2009-07-142-5/+7
* | NET: phy_device, fix lock imbalanceJiri Slaby2009-07-141-1/+3
* | gre: fix ToS/DiffServ inherit bugAndreas Jaggi2009-07-141-2/+2
* | igb: gcc-3.4.6 fixEric Dumazet2009-07-131-40/+37Star
* | atlx: duplicate testing of MCAST flagroel kluin2009-07-131-1/+1
* | NET: Fix locking issues in PPP, 6pack, mkiss and strip line disciplines.Ralf Baechle2009-07-135-44/+68
* | netdev: restore MTU change operationBen Hutchings2009-07-1211-0/+11
* | netdev: restore MAC address set and validate operationsBen Hutchings2009-07-1210-2/+16
* | sit: fix regression: do not release skb->dst before xmitSascha Hlusiak2009-07-121-0/+1
* | net: ip_push_pending_frames() fixEric Dumazet2009-07-122-2/+0Star
* | net: sk_prot_alloc() should not blindly overwrite memoryEric Dumazet2009-07-121-2/+17
* | cxgb3: Fix crash caused by stashing wrong netdev_queueRoland Dreier2009-07-101-2/+1Star
* | ixgbe: Fix coexistence of FCoE and Flow Director in 82599Yi Zou2009-07-102-8/+17
* | memory barrier: adding smp_mb__after_lockJiri Olsa2009-07-103-1/+13