| Commit message (Expand) | Author | Files | Lines |
2010-11-29 | pch_gbe driver: The wrong of initializer entry | Toshiharu Okada | 1 | -4/+4 |
2010-11-29 | pch_gbe dreiver: chang author | Toshiharu Okada | 2 | -6/+6 |
2010-11-29 | ucc_geth: fix ucc halt problem in half duplex mode | Yang Li | 1 | -1/+2 |
2010-11-29 | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_owners | Nagendra Tomar | 1 | -2/+1 |
2010-11-29 | ehea: Add some info messages and fix an issue | Breno Leitao | 1 | -4/+14 |
2010-11-28 | hso: fix disable_net | Filip Aben | 1 | -4/+6 |
2010-11-28 | NET: wan/x25_asy, move lapb_unregister to x25_asy_close_tty | Jiri Slaby | 1 | -5/+6 |
2010-11-28 | cxgb4vf: fix setting unicast/multicast addresses ... | Casey Leedom | 2 | -63/+104 |
2010-11-28 | net, ppp: Report correct error code if unit allocation failed | Cyrill Gorcunov | 1 | -21/+22 |
2010-11-28 | DECnet: don't leak uninitialized stack byte | Dan Rosenberg | 1 | -0/+2 |
2010-11-28 | au1000_eth: fix invalid address accessing the MAC enable register | Wolfgang Grandegger | 1 | -5/+5 |
2010-11-28 | dccp: fix error in updating the GAR | Gerrit Renker | 1 | -1/+2 |
2010-11-28 | tcp: restrict net.ipv4.tcp_adv_win_scale (#20312) | Alexey Dobriyan | 2 | -1/+6 |
2010-11-28 | netns: Don't leak others' openreq-s in proc | Pavel Emelyanov | 1 | -1/+3 |
2010-11-28 | Net: ceph: Makefile: Remove unnessary code | Tracey Dent | 1 | -22/+0 |
2010-11-25 | vhost/net: fix rcu check usage | Michael S. Tsirkin | 1 | -2/+3 |
2010-11-24 | econet: fix CVE-2010-3848 | Phil Blundell | 1 | -31/+31 |
2010-11-24 | econet: fix CVE-2010-3850 | Phil Blundell | 1 | -0/+3 |
2010-11-24 | econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849 | Phil Blundell | 1 | -18/+8 |
2010-11-24 | tcp: Make TCP_MAXSEG minimum more correct. | David S. Miller | 1 | -1/+1 |
2010-11-24 | isdn: icn: Fix stack corruption bug. | Steven Rostedt | 1 | -3/+4 |
2010-11-24 | af_unix: limit unix_tot_inflight | Eric Dumazet | 1 | -0/+7 |
2010-11-23 | wireless: b43: fix error path in SDIO | Guennadi Liakhovetski | 1 | -0/+1 |
2010-11-22 | carl9170: fix virtual interface setup crash | Christian Lamparter | 1 | -1/+1 |
2010-11-22 | ssb: b43-pci-bridge: Add new vendor for BCM4318 | Daniel Klaffenbach | 2 | -0/+2 |
2010-11-22 | ath9k: fix timeout on stopping rx dma | Felix Fietkau | 1 | -1/+1 |
2010-11-22 | of/phylib: Use device tree properties to initialize Marvell PHYs. | David Daney | 1 | -0/+97 |
2010-11-22 | phylib: Add support for Marvell 88E1149R devices. | David Daney | 2 | -0/+41 |
2010-11-22 | phylib: Use common page register definition for Marvell PHYs. | David Daney | 1 | -13/+14 |
2010-11-22 | qlge: Fix incorrect usage of module parameters and netdev msg level | Sonny Rao | 1 | -3/+3 |
2010-11-22 | ipv6: fix missing in6_ifa_put in addrconf | John Fastabend | 1 | -3/+3 |
2010-11-21 | SuperH IrDA: correct Baud rate error correction | Nicolas Kaiser | 1 | -1/+1 |
2010-11-21 | atl1c: Fix hardware type check for enabling OTP CLK | Ben Hutchings | 1 | -1/+1 |
2010-11-21 | net: allow GFP_HIGHMEM in __vmalloc() | Eric Dumazet | 4 | -6/+4 |
2010-11-21 | bonding: change list contact to netdev@vger.kernel.org | Simon Horman | 1 | -1/+1 |
2010-11-21 | e1000: fix screaming IRQ | Anupam Chanda | 1 | -4/+8 |
2010-11-19 | net: fix kernel-doc for sk_filter_rcu_release | Randy Dunlap | 1 | -1/+1 |
2010-11-19 | be2net: Fix to avoid firmware update when interface is not open. | Sarveshwar Bandi | 1 | -0/+6 |
2010-11-18 | netfilter: fix IP_VS dependencies | Patrick McHardy | 1 | -0/+1 |
2010-11-18 | net: irda: irttp: sync error paths of data- and udata-requests | Wolfram Sang | 1 | -4/+5 |
2010-11-18 | ipv6: Expose reachable and retrans timer values as msecs | Thomas Graf | 1 | -9/+10 |
2010-11-18 | ipv6: Expose IFLA_PROTINFO timer values in msecs instead of jiffies | Thomas Graf | 1 | -3/+6 |
2010-11-18 | 3c59x: fix build failure on !CONFIG_PCI | Namhyung Kim | 1 | -2/+4 |
2010-11-18 | ipg.c: remove id [SUNDANCE, 0x1021] | Ken Kawasaki | 1 | -4/+2 |
2010-11-18 | net: caif: spi: fix potential NULL dereference | Vasiliy Kulikov | 1 | -2/+2 |
2010-11-18 | ath9k_htc: Avoid setting QoS control for non-QoS frames | Rajkumar Manoharan | 1 | -1/+1 |
2010-11-18 | net: zero kobject in rx_queue_release | John Fastabend | 1 | -2/+8 |
2010-11-18 | net: Fix duplicate volatile warning. | Tetsuo Handa | 1 | -1/+1 |
2010-11-18 | MAINTAINERS: Add stmmac maintainer | Giuseppe Cavallaro | 1 | -0/+7 |
2010-11-18 | bonding: fix a race in IGMP handling | Eric Dumazet | 1 | -0/+2 |