| Commit message (Expand) | Author | Age | Files | Lines |
* | macvlan: do proper cleanup in macvlan_common_newlink() V2 | Jiri Pirko | 2010-05-24 | 1 | -1/+8 |
* | be2net: Bug fix in init code in probe | Sarveshwar Bandi | 2010-05-24 | 1 | -4/+6 |
* | net/dccp: expansion of error code size | Yoichi Yuasa | 2010-05-24 | 1 | -3/+3 |
* | fec: add support for PHY interface platform data | Baruch Siach | 2010-05-24 | 3 | -0/+45 |
* | tun: Update classid on packet injection | Herbert Xu | 2010-05-24 | 2 | -0/+3 |
* | cls_cgroup: Store classid in struct sock | Herbert Xu | 2010-05-24 | 5 | -17/+133 |
* | net/irda: bfin_sir: IRDA is not affected by anomaly 05000230 | Graf Yang | 2010-05-23 | 1 | -2/+6 |
* | isdn/gigaset: remove dummy CAPI method implementations | Tilman Schmidt | 2010-05-23 | 1 | -26/+2 |
* | isdn/capi: make reset_ctr op truly optional | Tilman Schmidt | 2010-05-23 | 1 | -0/+6 |
* | pppoe: uninitialized variable in pppoe_flush_dev() | Dan Carpenter | 2010-05-23 | 1 | -0/+1 |
* | caif: Bugfix - use MSG_TRUNC in receive | Sjur Braendeland | 2010-05-23 | 1 | -29/+18 |
* | caif: Bugfix - missing spin_unlock | Sjur Braendeland | 2010-05-23 | 2 | -6/+7 |
* | caif: Bugfix - Poll can't return POLLHUP while connecting. | Sjur Braendeland | 2010-05-23 | 1 | -15/+6 |
* | caif: Bugfix - handle mem-allocation failures | Sjur Braendeland | 2010-05-23 | 3 | -9/+25 |
* | caif: Bugfix - use standard Linux lists | Sjur Braendeland | 2010-05-23 | 2 | -68/+28 |
* | caif: Bugfix - wait_ev*_timeout returns long. | Sjur Braendeland | 2010-05-23 | 1 | -7/+6 |
* | net-2.6 : V2 - fix dev_get_valid_name | Daniel Lezcano | 2010-05-23 | 1 | -8/+12 |
* | net: Fix definition of netif_vdbg() when VERBOSE_DEBUG is not defined | Ben Hutchings | 2010-05-23 | 1 | -1/+1 |
* | bfin_mac: fix memleak in mii_bus{probe|remove} | Denis Kirjanov | 2010-05-23 | 1 | -0/+2 |
* | ethoc: fix null dereference in ethoc_probe | Thomas Chou | 2010-05-23 | 1 | -4/+30 |
* | rtnetlink: Fix error handling in do_setlink() | David Howells | 2010-05-23 | 1 | -1/+3 |
* | net-caif: drop redundant Kconfig entries | Mike Frysinger | 2010-05-23 | 1 | -4/+1 |
* | net_sched: Fix qdisc_notify() | Eric Dumazet | 2010-05-23 | 1 | -7/+7 |
* | ieee802154: Fix possible NULL pointer dereference in wpan_phy_alloc | Denis Kirjanov | 2010-05-23 | 1 | -1/+6 |
* | enic: Use random mac addr when associating port-profile | Scott Feldman | 2010-05-23 | 1 | -0/+8 |
* | enic: bug fix: sprintf UUID to string as u8[] rather than u16[] array | Scott Feldman | 2010-05-23 | 1 | -8/+13 |
* | net: fix problem in dequeuing from input_pkt_queue | Tom Herbert | 2010-05-21 | 2 | -16/+26 |
* | can: SJA1000 add missing spin_lock_init() | Oliver Hartkopp | 2010-05-20 | 1 | -0/+2 |
* | sh_eth: Fix memleak in sh_mdio_release | Denis Kirjanov | 2010-05-20 | 1 | -0/+3 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2010-05-20 | 4 | -10/+16 |
|\ |
|
| * | netfilter: fix description of expected checkentry return code on xt_target | Luciano Coelho | 2010-05-20 | 1 | -1/+1 |
| * | netfilter: nf_conntrack: fix a race in __nf_conntrack_confirm against nf_ct_g... | Joerg Marx | 2010-05-20 | 2 | -1/+11 |
| * | netfilter: nf_ct_sip: handle non-linear skbs | Patrick McHardy | 2010-05-14 | 1 | -8/+4 |
* | | gro: Fix bogus gso_size on the first fraglist entry | Herbert Xu | 2010-05-20 | 1 | -0/+1 |
* | | ixgbe:add support for a new 82599 10G Base-T device | Mallikarjuna R Chilakala | 2010-05-20 | 7 | -0/+111 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 | Linus Torvalds | 2010-05-20 | 261 | -8360/+17242 |
|\ \ |
|
| * | | USB: remove unused usb_buffer_alloc and usb_buffer_free macros | Greg Kroah-Hartman | 2010-05-20 | 1 | -12/+0 |
| * | | usb: musb: update gfp/slab.h includes | Tejun Heo | 2010-05-20 | 1 | -1/+0 |
| * | | USB: ftdi_sio: fix legacy SIO-device header | Johan Hovold | 2010-05-20 | 1 | -1/+1 |
| * | | USB: kl5usb105: reimplement using generic framework | Johan Hovold | 2010-05-20 | 1 | -333/+47 |
| * | | USB: kl5usb105: minor clean ups | Johan Hovold | 2010-05-20 | 1 | -46/+33 |
| * | | USB: kl5usb105: fix memory leak | Johan Hovold | 2010-05-20 | 1 | -0/+1 |
| * | | USB: io_ti: use kfifo to implement write buffering | Johan Hovold | 2010-05-20 | 1 | -210/+13 |
| * | | USB: io_ti: remove unsused private counter | Johan Hovold | 2010-05-20 | 1 | -5/+0 |
| * | | USB: ti_usb: use kfifo to implement write buffering | Johan Hovold | 2010-05-20 | 1 | -165/+14 |
| * | | USB: ir-usb: fix incorrect write-buffer length | Johan Hovold | 2010-05-20 | 1 | -1/+3 |
| * | | USB: aircable: fix incorrect write-buffer length | Johan Hovold | 2010-05-20 | 1 | -1/+1 |
| * | | USB: safe_serial: straighten out read processing | Johan Hovold | 2010-05-20 | 1 | -22/+21 |
| * | | USB: safe_serial: reimplement read using generic framework | Johan Hovold | 2010-05-20 | 1 | -39/+8 |
| * | | USB: safe_serial: reimplement write using generic framework | Johan Hovold | 2010-05-20 | 1 | -111/+32 |