summaryrefslogtreecommitdiffstats
path: root/net/ipv4/Makefile (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-03u32: negative offset fixstephen hemminger1-2/+4
2010-08-03net: Fix a typo from "dev" to "ndev"Henrique Camargo1-2/+2
2010-08-03igb: Use irq_synchronize per vector when using MSI-XEmil Tantilov1-1/+7
2010-08-03ixgbevf: fix null pointer dereference due to filter being set for VLAN 0Alexander Duyck1-11/+1
2010-08-03e1000e: Fix irq_synchronize in MSI-X caseJeff Kirsher2-8/+19
2010-08-03e1000e: register pm_qos request on hardware activationFlorian Mickler1-12/+11
2010-08-03ip_fragment: fix subtracting PPPOE_SES_HLEN from mtu twiceChangli Gao1-4/+2
2010-08-03net: Add getsockopt support for TCP thin-streamsJosh Hunt1-0/+6
2010-08-03cxgb4: update driver versionDimitris Michailidis1-1/+1
2010-08-03cxgb4: add new PCI IDsDimitris Michailidis1-0/+10
2010-08-03cxgb4: fix wrong shift directionDimitris Michailidis1-1/+1
2010-08-03cxgb4: support running the driver on PCI functions besides 0Dimitris Michailidis3-72/+97
2010-08-03cxgb4: advertise NETIF_F_TSO_ECNDimitris Michailidis1-4/+6
2010-08-03cxgb4: get on-chip queue info from FW and create a memory window for themDimitris Michailidis4-2/+29
2010-08-03cxgb4: fix TSO descriptorsDimitris Michailidis1-11/+11
2010-08-03cxgb4: don't offload Rx checksums for IPv6 fragmentsDimitris Michailidis2-3/+6
2010-08-03cxgb4: disable an interrupt that is neither used nor servicedDimitris Michailidis1-1/+1
2010-08-03hp100: unmap memory on error pathDan Carpenter1-2/+4
2010-08-03Tulip: don't initialize SBE xT3E3 WAN ports.Krzysztof HaƂasa2-0/+9
2010-08-03drivers/net/wan/farsync.c: Use standard pr_<level>Joe Perches1-58/+53
2010-08-03tg3: Update version to 3.113Matt Carlson1-2/+2
2010-08-03tg3: Migrate tg3_flags to phy_flagsMatt Carlson2-152/+159
2010-08-03tg3: Create phy_flags and migrate phy_is_low_powerMatt Carlson2-19/+20
2010-08-03tg3: Add phy-related preprocessor constantsMatt Carlson2-23/+27
2010-08-03tg3: Add error reporting to tg3_phydsp_write()Matt Carlson1-31/+20
2010-08-03tg3: Improve small packet performanceMatt Carlson1-1/+23
2010-08-03tg3: Remove 5720, 5750, and 5750MMatt Carlson2-6/+0
2010-08-03tg3: Detect APE firmware typesMatt Carlson2-1/+10
2010-08-03tg3: Restrict ASPM workaround devlistMatt Carlson1-1/+3
2010-08-03tg3: Manage gphy power for CPMU-less devs onlyMatt Carlson1-1/+4
2010-08-03tg3: Don't access phy test ctrl reg for 5717+Matt Carlson2-3/+11
2010-08-03tg3: Create TG3_FLG3_5717_PLUS flagMatt Carlson2-50/+23
2010-08-03tg3: Disable TSS also during tg3_close()Matt Carlson1-1/+1
2010-08-03tg3: Add 5784 ASIC rev to earlier PCIe MPS fixMatt Carlson1-2/+1
2010-08-02netfilter: nf_conntrack_acct: use skb->len for accountingChangli Gao1-2/+1
2010-08-02netfilter: nf_nat: don't check if the tuple is unique when there isn't any ot...Changli Gao3-6/+6
2010-08-02netfilter: nf_nat: make unique_tuple return voidChangli Gao10-32/+30
2010-08-02netfilter: nf_nat: use local variable hdrlenChangli Gao1-11/+7
2010-08-02ipvs: provide default ip_vs_conn_{in,out}_get_protoSimon Horman5-153/+63
2010-08-02ipvs: remove EXPERIMENTAL tagSimon Horman1-1/+1
2010-08-02netfilter: nf_conntrack_extend: introduce __nf_ct_ext_exist()Changli Gao2-12/+19
2010-08-02netfilter: {ip,ip6,arp}_tables: dont block bottom half more than necessaryEric Dumazet3-12/+18
2010-08-01net: ingress filter message limitStephen Hemminger1-4/+4
2010-08-01net/rose: Use GFP_ATOMICJulia Lawall1-1/+3
2010-08-01act_nat: the checksum of ICMP doesn't have pseudo headerChangli Gao1-1/+1
2010-08-01act_nat: fix wild pointerChangli Gao1-0/+1
2010-07-31be2net: fix to avoid sending get_stats request if one is already being proces...Ajit Khaparde3-1/+5
2010-07-31be2net: change to show correct physical link statusAjit Khaparde1-1/+2
2010-07-31be2net: add code to dump registers for debugAjit Khaparde5-0/+140
2010-07-31be2net: fix to correctly know if driver needs to run for a VF or a PFAjit Khaparde1-2/+3