aboutsummaryrefslogtreecommitdiffstats
path: root/net/ethernet (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2013-10-18net: bnx2x: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: bnx2: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: alx: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18net: amd8111e: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: pcnet32: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-18net: starfire: remove unnecessary pci_set_drvdata()Jingoo Han1-2/+0
2013-10-18net: 8390: remove unnecessary pci_set_drvdata()Jingoo Han1-3/+0
2013-10-18net: typhoon: remove unnecessary pci_set_drvdata()Jingoo Han1-1/+0
2013-10-17ipv4: shrink rt_cache_statEric Dumazet2-16/+8
2013-10-17netdev: inet_timewait_sock.h missing semi-colon when KMEMCHECK is enabledRandy Dunlap1-1/+1
2013-10-17xen-netback: enable IPv6 TCP GSO to the guestPaul Durrant5-16/+77
2013-10-17xen-netback: handle IPv6 TCP GSO packets from the guestPaul Durrant3-4/+24
2013-10-17xen-netback: Unconditionally set NETIF_F_RXCSUMPaul Durrant1-1/+1
2013-10-17xen-netback: add support for IPv6 checksum offload from guestPaul Durrant2-39/+205
2013-10-17xen-netback: add support for IPv6 checksum offload to guestPaul Durrant4-5/+22
2013-10-17bonding: add rtnl lock and remove read lock for bond sysfsdingtianhong1-13/+17
2013-10-17bonding: use RCU protection for alb xmit pathdingtianhong2-15/+57
2013-10-17bonding: use RCU protection for 3ad xmit pathdingtianhong1-6/+4
2013-10-17irda: update comment mentioning IRQF_DISABLEDMichael Opdenacker1-1/+1
2013-10-17isdn: remove deprecated IRQF_DISABLEDMichael Opdenacker2-2/+2
2013-10-17net/mlx4_core: Load higher level modules according to ports typeEyal Perry1-0/+29
2013-10-17net/mlx4: Unused local variable in mlx4_opreq_actionAmir Vadai1-2/+0
2013-10-17net/mlx4: Fix typo, move similar defs to same locationOr Gerlitz4-7/+5
2013-10-17net/mlx4: Clean the code to eliminate trivial build warningsOr Gerlitz3-5/+4
2013-10-17inet_diag: use sock_gen_put()Eric Dumazet1-6/+3
2013-10-14rt2x00: rt2800lib: remove duplicate rf_vals for RF3053Kevin Lo1-72/+3
2013-10-14rt2x00: rt2800lib: fix RF registers for RT5390/RT5392Kevin Lo1-3/+2
2013-10-14mwifiex: use alloc_workqueue() functionAmitkumar Karwar1-1/+3
2013-10-14ath9k_hw: remove references to hw->confFelix Fietkau5-20/+15
2013-10-14ath9k: make ath9k_uses_beacons staticFelix Fietkau2-2/+1
2013-10-14ath9k: remove sc->config.cabqReadyTimeFelix Fietkau4-12/+1
2013-10-14ath9k: move channel change code to ath_set_channelFelix Fietkau1-72/+78
2013-10-14ath9k: make ath9k_cmn_update_ichannel staticFelix Fietkau5-21/+17
2013-10-14ath9k_hw: simplify channel flagsFelix Fietkau4-130/+50
2013-10-14ath9k_hw: remove IS_CHAN_OFDM()Felix Fietkau2-7/+2
2013-10-14ath9k_hw: remove IS_CHAN_B()Felix Fietkau6-22/+13
2013-10-14ath9k_hw: remove direct accesses to channel mode flagsFelix Fietkau9-169/+49
2013-10-14ath9k: use a separate data structure for rx buffersFelix Fietkau3-50/+92
2013-10-14wcn36xx: fix coccinelle warningsFengguang Wu1-9/+2
2013-10-14rt2x00: rt73usb: use rt2x00_has_cap_* helpersGabor Juhos1-9/+9
2013-10-14rt2x00: rt61pci: use rt2x00_has_cap_* helpersGabor Juhos1-10/+10
2013-10-14rt2x00: rt2800lib: use rt2x00_has_cap_* helpersGabor Juhos1-13/+12
2013-10-14rt2x00: rt2x00lib: use rt2x00_has_cap_* helpersGabor Juhos6-13/+13
2013-10-14rt2x00: add rt2x00_has_cap_* helpersGabor Juhos1-0/+87
2013-10-14rt2x00: cleanup indentation in rt2800.hGabor Juhos1-21/+21
2013-10-14netfilter: nf_tables: add ARP filtering supportPablo Neira Ayuso4-0/+108
2013-10-14netfilter: nf_tables: add trace supportPablo Neira Ayuso3-0/+60
2013-10-14netfilter: nfnetlink: add batch support and use it from nf_tablesPablo Neira Ayuso7-23/+401
2013-10-14netfilter: nf_tables: add insert operationEric Leblond2-6/+34
2013-10-14netfilter: nf_tables: complete net namespace supportPablo Neira Ayuso7-35/+168