Age | Commit message (Expand) | Author | Files | Lines |
2010-04-15 | net: replace ipfragok with skb->local_df | Shan Wei | 15 | -20/+20 |
2010-04-15 | ipv6: cancel to setting local_df in ip6_xmit() | Shan Wei | 1 | -4/+0 |
2010-04-15 | net/l2tp/l2tp_debugfs.c: Convert NIPQUAD to %pI4 | Joe Perches | 1 | -2/+2 |
2010-04-15 | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin... | David S. Miller | 174 | -5613/+8597 |
2010-04-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/... | David S. Miller | 2 | -3/+9 |
2010-04-15 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 174 | -5613/+8597 |
2010-04-15 | ipv4: ipmr: fix NULL pointer deref during unres queue destruction | Patrick McHardy | 1 | -1/+5 |
2010-04-15 | ipv4: ipmr: fix invalid cache resolving when adding a non-matching entry | Patrick McHardy | 1 | -1/+3 |
2010-04-15 | ipv4: ipmr: fix IP_MROUTE_MULTIPLE_TABLES Kconfig dependencies | Patrick McHardy | 1 | -1/+1 |
2010-04-15 | net: CONFIG_SMP should be CONFIG_RPS | Changli Gao | 1 | -1/+1 |
2010-04-15 | net: netif_rx() must disable preemption | Eric Dumazet | 1 | -10/+15 |
2010-04-14 | Merge branch 'vhost' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhost | David S. Miller | 2 | -7/+8 |
2010-04-14 | ixgbe: fix bug with vlan strip in promsic mode | Jesse Brandeburg | 1 | -43/+72 |
2010-04-14 | drivers: net: use skb_headlen() | Eric Dumazet | 17 | -33/+33 |
2010-04-14 | wireless: rt2x00: rt2800usb: identify Sitecom devices | Xose Vazquez Perez | 1 | -7/+4 |
2010-04-14 | ar9170usb: add a couple more USB IDs | Christian Lamparter | 1 | -0/+10 |
2010-04-14 | wl1251: don't require NVS data when EEPROM is used | Grazvydas Ignotas | 1 | -2/+2 |
2010-04-14 | ath9k-htc: fix lockdep warning and kernel warning after unplugging ar9271 usb... | Ming Lei | 1 | -2/+9 |
2010-04-14 | ath9k-htc:respect usb buffer cacheline alignment in reg out path | Ming Lei | 3 | -13/+16 |
2010-04-14 | ath9k-htc:respect usb buffer cacheline alignment in reg in path | Ming Lei | 3 | -9/+12 |
2010-04-14 | ath9k-htc:respect usb buffer cacheline alignment in ath9k_hif_usb_alloc_rx_urbs | Ming Lei | 1 | -3/+3 |
2010-04-14 | ath5k: treat RXORN as non-fatal | Bruno Randolf | 2 | -1/+15 |
2010-04-14 | ath5k: Use high bitrates for ACK/CTS | Bruno Randolf | 3 | -6/+5 |
2010-04-14 | virtio_net: Fix mis-merge. | David S. Miller | 1 | -1/+0 |
2010-04-14 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 8 | -9/+17 |
2010-04-14 | tun: orphan an skb on tx | Michael S. Tsirkin | 1 | -0/+4 |
2010-04-14 | stmmac: updated the drv module version | Giuseppe CAVALLARO | 1 | -1/+1 |
2010-04-14 | stmmac: fix vlan support setup | Giuseppe CAVALLARO | 2 | -5/+5 |
2010-04-14 | stmmac: get the descriptor structure from platform | Giuseppe CAVALLARO | 2 | -4/+9 |
2010-04-14 | stmmac: new descriptor field for the driver's platform | Giuseppe CAVALLARO | 1 | -0/+1 |
2010-04-14 | stmmac: fix Transmit FIFO flush operation | Giuseppe CAVALLARO | 6 | -13/+12 |
2010-04-14 | stmmac: rework normal and enhanced descriptors | Giuseppe CAVALLARO | 12 | -584/+627 |
2010-04-14 | stmmac: split core and dma for the mac10/100 | Giuseppe CAVALLARO | 4 | -200/+234 |
2010-04-14 | vhost: fix sparse warnings | Christoph Hellwig | 2 | -7/+8 |
2010-04-13 | forcedeth: fix tx limit2 flag check | Ayaz Abdulla | 1 | -1/+1 |
2010-04-13 | ipv4: ipmr: support multiple tables | Patrick McHardy | 6 | -62/+361 |
2010-04-13 | ipv4: ipmr: move mroute data into seperate structure | Patrick McHardy | 2 | -182/+200 |
2010-04-13 | ipv4: ipmr: convert struct mfc_cache to struct list_head | Patrick McHardy | 3 | -67/+64 |
2010-04-13 | ipv4: ipmr: remove net pointer from struct mfc_cache | Patrick McHardy | 2 | -48/+32 |
2010-04-13 | ipv4: ipmr: move unres_queue and timer to per-namespace data | Patrick McHardy | 2 | -41/+31 |
2010-04-13 | ipv4: raw: move struct raw_sock and raw_sk() to include/net/raw.h | Patrick McHardy | 2 | -11/+12 |
2010-04-13 | net: fib_rules: decouple address families from real address families | Patrick McHardy | 5 | -8/+20 |
2010-04-13 | net: fib_rules: set family in fib_rule_hdr centrally | Patrick McHardy | 4 | -3/+1 |
2010-04-13 | net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions. | Patrick McHardy | 4 | -36/+21 |
2010-04-13 | dst: don't inline dst_ifdown | stephen hemminger | 1 | -2/+2 |
2010-04-13 | be2net: clarify promiscuous cmd with a comment | Sathya Perla | 1 | -0/+4 |
2010-04-13 | drivers: net: last_rx elimination | Eric Dumazet | 7 | -9/+0 |
2010-04-13 | net: uninline skb_bond_should_drop() | Eric Dumazet | 2 | -44/+53 |
2010-04-13 | Fix some #includes in CAN drivers (rebased for net-next-2.6) | Hans J. Koch | 14 | -13/+1 |
2010-04-13 | bcm63xx_enet: do not overwrite ENET_CTL_REG value | Florian Fainelli | 1 | -1/+3 |