summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | sfc: Get port number from CS_PORT_NUM, not PCI function numberBen Hutchings2010-06-032-1/+7
| * | cls_u32: use skb_header_pointer() to dereference data safelyChangli Gao2010-06-021-13/+36
| * | TCP: tcp_hybla: Fix integer overflow in slow start incrementDaniele Lacamera2010-06-021-2/+2
| * | act_nat: fix the wrong checksum when addr isn't in old_addr/maskChangli Gao2010-06-021-0/+4
| * | net/fec: fix pm to survive to suspend/resumeEric BĂ©nard2010-06-021-8/+8
| * | korina: count RX DMA OVR as rx_fifo_errorPhil Sutter2010-06-021-1/+1
| * | korina: use netdev_alloc_skb_ip_align() here, tooPhil Sutter2010-06-021-2/+1
| * | korina: fix deadlock on RX FIFO overrunPhil Sutter2010-06-021-14/+13
| * | net: fix conflict between null_or_orig and null_or_bondJohn Fastabend2010-06-021-4/+4
| * | net: init_vlan should not copy slave or master flagsJohn Fastabend2010-06-021-1/+2
| * | enic: bug fix: make the set/get netlink VF_PORT support symmetricalScott Feldman2010-06-022-103/+104
| * | bnx2: Fix hang during rmmod bnx2.Michael Chan2010-06-021-1/+13
| * | xfrm: force a dst reference in __xfrm_route_forward()Eric Dumazet2010-06-021-0/+1
| * | drivers/isdn/hardware/mISDN: Use GFP_ATOMIC when a lock is heldJulia Lawall2010-06-011-2/+2
| * | ksz884x: Add missing validate_addr hookDenis Kirjanov2010-06-011-0/+1
| * | ksz884x: convert to netdev_tx_tDenis Kirjanov2010-06-011-1/+1
| * | virtio-net: pass gfp to add_bufMichael S. Tsirkin2010-06-011-4/+4
| * | be2net: convert hdr.timeout in be_cmd_loopback_test() to le32Sathya Perla2010-06-011-1/+1
| * | can: mpc5xxx_can.c: Fix build failureAnatolij Gustschin2010-06-011-5/+5
| * | net/ipv4/tcp_input.c: fix compilation breakage when FASTRETRANS_DEBUG > 1Joe Perches2010-06-011-2/+2
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-06-014-17/+6
| |\ \
| | * | netfilter: xtables: stackptr should be percpuEric Dumazet2010-05-314-13/+6
| | * | netfilter: don't xt_jumpstack_alloc twice in xt_register_tableXiaotian Feng2010-05-311-4/+0
| * | | net: sock_queue_err_skb() dont mess with sk_forward_allocEric Dumazet2010-06-014-24/+33
| * | | greth: Fix build after OF device conversions.David S. Miller2010-05-311-6/+5
| * | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-05-313919-121402/+289099
| |\| |
* | | | ixgbevf: Enable GRO by defaultShirley Ma2010-06-051-0/+1
* | | | fec: convert legacy PM hooks to dem_pm_opsDenis Kirjanov2010-06-051-2/+20
* | | | bonding: allow user-controlled output slave selectionAndy Gospodarek2010-06-055-7/+278
* | | | bonding: add all_slaves_active parameterAndy Gospodarek2010-06-053-1/+68
* | | | skbuff: add check for non-linear to warn_if_lro and needs_linearizeAlexander Duyck2010-06-052-4/+6
* | | | fix return value of __pppoe_xmit() method.Rami Rosen2010-06-051-1/+1
* | | | syncookies: update mss tablesFlorian Westphal2010-06-052-43/+34
* | | | syncookies: avoid unneeded tcp header flag double checkFlorian Westphal2010-06-054-4/+4
* | | | syncookies: make v4/v6 synflood warning behaviour the sameFlorian Westphal2010-06-051-11/+13
* | | | qlcnic: Fix Compilation Issue when CONFIG_INET was not setAnirban Chakraborty2010-06-041-41/+40
* | | | From abbffa2aa9bd6f8df16d0d0a102af677510d8b9a Mon Sep 17 00:00:00 2001Eric Dumazet2010-06-042-110/+101
* | | | ixgbe: Use netdev_<level>, dev_<level>, pr_<level>Emil Tantilov2010-06-048-220/+195
* | | | arp: RCU changesEric Dumazet2010-06-041-7/+4
* | | | ipv4: RCU changes in __mkroute_input()Eric Dumazet2010-06-041-5/+3
* | | | net: use __packed annotationEric Dumazet2010-06-0330-133/+133
* | | | drivers/net: use __packed annotationEric Dumazet2010-06-03113-934/+934
* | | | fec: Cleanup PHY probingDenis Kirjanov2010-06-031-11/+5
* | | | fec: convert TX hook to netdev_tx_tDenis Kirjanov2010-06-031-1/+1
* | | | net: mac8390 - Sort out memory/MMIO accesses and castsGeert Uytterhoeven2010-06-031-22/+22
* | | | chelsio: Remove remnants of CONFIG_CHELSIO_T1_COUGARRoland Dreier2010-06-032-48/+2
* | | | ipv4: RCU conversion of ip_route_input_slow/ip_route_input_mcEric Dumazet2010-06-031-18/+17
* | | | ipv4: add LINUX_MIB_IPRPFILTER snmp counterEric Dumazet2010-06-035-15/+27
* | | | ipconfig: document DHCP hostname and DNS recordWu Fengguang2010-06-031-0/+2
* | | | Merge branch 'vhost-net-next' of git://git.kernel.org/pub/scm/linux/kernel/gi...David S. Miller2010-06-022-9/+8
|\ \ \ \