Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | xen/xenbus: clean up noise in xenbus_probe_frontend.c | Jeremy Fitzhardinge | 2011-01-05 | 1 | -7/+2 | |
| * | | | | | | xen/xenbus: clean up noise in xenbus_probe_backend.c | Jeremy Fitzhardinge | 2011-01-05 | 1 | -7/+2 | |
| * | | | | | | xen/xenbus: clean up noise in xenbus_probe.c | Jeremy Fitzhardinge | 2011-01-05 | 1 | -23/+6 | |
| * | | | | | | xen/xenbus: cleanup debug noise in xenbus_comms.c | Jeremy Fitzhardinge | 2011-01-05 | 1 | -1/+0 | |
| * | | | | | | xen/xenbus: clean up error handling | Jeremy Fitzhardinge | 2011-01-05 | 1 | -2/+2 | |
| * | | | | | | xen/xenbus: make frontend bus GPL | Jeremy Fitzhardinge | 2011-01-05 | 1 | -0/+2 | |
| * | | | | | | xen/xenbus: make sure backend bus is registered earlier | Jeremy Fitzhardinge | 2011-01-05 | 1 | -2/+1 | |
| * | | | | | | xenbus/frontend: register bus earlier | Jeremy Fitzhardinge | 2011-01-05 | 1 | -2/+1 | |
| * | | | | | | xen: remove xen/evtchn.h | Jeremy Fitzhardinge | 2011-01-05 | 1 | -1/+0 | |
| * | | | | | | xen: add backend driver support | Ian Campbell | 2011-01-05 | 8 | -22/+345 | |
| * | | | | | | xen: separate out frontend xenbus | Ian Campbell | 2011-01-05 | 6 | -305/+367 | |
* | | | | | | | NTFS: writev() fix and maintenance/contact details update | Anton Altaparmakov | 2011-01-12 | 5 | -25/+27 | |
| |_|_|_|/ / |/| | | | | | ||||||
* | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 | Linus Torvalds | 2011-01-11 | 109 | -1867/+2901 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | cxgb4vf: recover from failure in cxgb4vf_open() | Casey Leedom | 2011-01-11 | 1 | -5/+10 | |
| * | | | | | | Merge branch 'master' of git://1984.lsi.us.es/net-2.6 | David S. Miller | 2011-01-11 | 7 | -109/+55 | |
| |\ \ \ \ \ \ | ||||||
| | * | | | | | | netfilter: ebtables: make broute table work again | Florian Westphal | 2011-01-11 | 1 | -1/+1 | |
| | * | | | | | | netfilter: fix race in conntrack between dump_table and destroy | Stephen Hemminger | 2011-01-11 | 1 | -9/+5 | |
| | * | | | | | | netfilter: x_tables: dont block BH while reading counters | Eric Dumazet | 2011-01-10 | 5 | -99/+49 | |
| * | | | | | | | ah: reload pointers to skb data after calling skb_cow_data() | Dang Hongwu | 2011-01-11 | 2 | -6/+9 | |
| * | | | | | | | ah: update maximum truncated ICV length | Nicolas Dichtel | 2011-01-11 | 1 | -1/+1 | |
| * | | | | | | | xfrm: check trunc_len in XFRMA_ALG_AUTH_TRUNC | Nicolas Dichtel | 2011-01-11 | 1 | -1/+3 | |
| * | | | | | | | ehea: Increase the skb array usage | Breno Leitao | 2011-01-11 | 2 | -5/+3 | |
| * | | | | | | | net/fec: remove config FEC2 as it's used nowhere | Shawn Guo | 2011-01-11 | 1 | -8/+0 | |
| * | | | | | | | pcnet_cs: add new_id | Ken Kawasaki | 2011-01-11 | 1 | -0/+1 | |
| * | | | | | | | tcp: disallow bind() to reuse addr/port | Eric Dumazet | 2011-01-11 | 2 | -3/+4 | |
| * | | | | | | | net/r8169: Update the function of parsing firmware | hayeswang | 2011-01-10 | 1 | -12/+110 | |
| * | | | | | | | net: ppp: use {get,put}_unaligned_be{16,32} | Changli Gao | 2011-01-10 | 5 | -20/+18 | |
| * | | | | | | | CAIF: Fix IPv6 support in receive path for GPRS/3G | Kumar Sanghvi | 2011-01-10 | 1 | -1/+17 | |
| * | | | | | | | arp: allow to invalidate specific ARP entries | Maxim Levitsky | 2011-01-10 | 2 | -11/+19 | |
| * | | | | | | | net_sched: factorize qdisc stats handling | Eric Dumazet | 2011-01-10 | 24 | -72/+50 | |
| * | | | | | | | mlx4: Call alloc_etherdev to allocate RX and TX queues | Tom Herbert | 2011-01-10 | 1 | -1/+2 | |
| * | | | | | | | net: Add alloc_netdev_mqs function | Tom Herbert | 2011-01-10 | 4 | -20/+38 | |
| * | | | | | | | caif: don't set connection request param size before copying data | Dan Rosenberg | 2011-01-10 | 1 | -1/+1 | |
| * | | | | | | | cxgb4vf: fix mailbox data/control coherency domain race | Casey Leedom | 2011-01-10 | 1 | -0/+11 | |
| * | | | | | | | qlcnic: change module parameter permissions | amit salecha | 2011-01-10 | 2 | -7/+7 | |
| * | | | | | | | qlcnic: fix ethtool diagnostics test | Sony Chacko | 2011-01-10 | 1 | -1/+1 | |
| * | | | | | | | qlcnic: fix flash fw version read | amit salecha | 2011-01-10 | 2 | -1/+82 | |
| * | | | | | | | phonet: some signedness bugs | Dan Carpenter | 2011-01-10 | 2 | -5/+5 | |
| * | | | | | | | netdev: bfin_mac: let boards set vlan masks | Mike Frysinger | 2011-01-10 | 3 | -0/+11 | |
| * | | | | | | | netdev: bfin_mac: disable hardware checksum if writeback cache is enabled | Sonic Zhang | 2011-01-10 | 1 | -0/+7 | |
| * | | | | | | | netdev: bfin_mac: drop unused Mac data | Mike Frysinger | 2011-01-10 | 1 | -1/+0 | |
| * | | | | | | | netdev: bfin_mac: mark setup_system_regs as static | Mike Frysinger | 2011-01-10 | 1 | -1/+1 | |
| * | | | | | | | netdev: bfin_mac: clean up printk messages | Mike Frysinger | 2011-01-10 | 1 | -36/+29 | |
| |/ / / / / / | ||||||
| * | | | | | | ixgbe: update ntuple filter configuration | Alexander Duyck | 2011-01-09 | 5 | -371/+250 | |
| * | | | | | | ixgbe: further flow director performance optimizations | Alexander Duyck | 2011-01-09 | 4 | -44/+194 | |
| * | | | | | | ixgbe: cleanup flow director hash computation to improve performance | Alexander Duyck | 2011-01-09 | 5 | -253/+182 | |
| * | | | | | | ixgbe: make sure per Rx queue is disabled before unmapping the receive buffer | Yi Zou | 2011-01-09 | 3 | -7/+39 | |
| * | | | | | | e1000: Add support for the CE4100 reference platform | Dirk Brandewie | 2011-01-09 | 4 | -76/+365 | |
| * | | | | | | e1000e: add custom set_d[0|3]_lplu_state function pointer for 82574 | Bruce Allan | 2011-01-09 | 2 | -0/+57 | |
| * | | | | | | e1000e: power off PHY after reset when interface is down | Bruce Allan | 2011-01-09 | 3 | -35/+53 |