aboutsummaryrefslogtreecommitdiffstats
path: root/Kbuild (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2011-07-10skbuff: update struct sk_buff members commentsDaniel Baluta1-20/+22
2011-07-09benet: Add missing comma between constant string arrayJoe Perches1-3/+3
2011-07-09skbuff: clear tx zero-copy flagShirley Ma1-0/+3
2011-07-08bna: use netdev_alloc_skb_ip_align()Eric Dumazet1-4/+2
2011-07-08ATM: Delete no use FILL_RX_POOLS_IN_BH marcoWang Shaoyan2-14/+1
2011-07-08drivers/net: Omit check for multicast bit in netdev_for_each_mc_addrTobias Klauser20-141/+35
2011-07-08dcbnl: unlock on an error path in dcbnl_cee_fill()Dan Carpenter1-1/+1
2011-07-08skge/sky2: change config references to Marvellstephen hemminger1-4/+4
2011-07-08sky2: version 1.29stephen hemminger1-1/+1
2011-07-08sky2: support for new Optima chipsets (EXPERIMENTAL)stephen hemminger2-8/+89
2011-07-08sky2: use correct Inter Packet Gap at 10/100mbitstephen hemminger2-6/+26
2011-07-08sky2: force receive checksum when using RSS on some hardware (v2)stephen hemminger2-3/+18
2011-07-07rt2x00: Implement tx_frames_pending mac80211 callback function.Gertjan van Wingerde9-0/+22
2011-07-07rt2x00: Properly identify rt2800usb devices.Gertjan van Wingerde1-2/+2
2011-07-07rt2x00: Add device ID for RT539F device.Gertjan van Wingerde1-0/+1
2011-07-07rt2x00: Reduce window of a queue's tx lock.Gertjan van Wingerde1-25/+26
2011-07-07rt2x00: Don't use queue entry as parameter when creating TX descriptor.Gertjan van Wingerde3-28/+33
2011-07-07rt2x00: Serialize TX operations on a queue.Gertjan van Wingerde2-5/+18
2011-07-07bcma: detect PCI core working in hostmodeRafał Miłecki5-1/+62
2011-07-07batman-adv: request the full table if tt_crc doesn't matchAntonio Quartulli1-0/+12
2011-07-07batman-adv: keep global table consistency in case of roamingAntonio Quartulli1-2/+8
2011-07-07batman-adv: keep local table consistency for further TT_RESPONSEAntonio Quartulli4-30/+125
2011-07-07batman-adv: initialise last_ttvn and tt_crc for the orig_node structureAntonio Quartulli1-0/+2
2011-07-07packet: Fix build with INET disabled.David S. Miller1-0/+2
2011-07-07af_packet: lock imbalanceEric Dumazet1-31/+31
2011-07-07sky2: use GFP_KERNEL allocations at device setupEric Dumazet1-6/+7
2011-07-07bnx2x: Add dcbnl notificationShmulik Ravid1-3/+9
2011-07-07lib/checksum.c: optimize do_csum a bitIan Abbott1-8/+5
2011-07-07macvtap: macvtapTX zero-copy supportShirley Ma1-11/+121
2011-07-07skbuff: skb supports zero-copy buffersShirley Ma2-1/+95
2011-07-07sock.h: Add a new sock zero-copy flagShirley Ma1-0/+1
2011-07-07gianfar v2: code cleanupsSebastian Poehn2-24/+29
2011-07-07Disable router anycast address for /127 prefixesBjørn Mork1-0/+2
2011-07-07rose: Delete commented out references to ancient firewalling code.David S. Miller2-12/+0
2011-07-07skge: update versionstephen hemminger2-2/+2
2011-07-07skge: make support for old Genesis chips optionalstephen hemminger2-32/+56
2011-07-07add pci-id for DGE-530Tstephen hemminger1-0/+1
2011-07-07skge: cleanup pci id tablestephen hemminger1-11/+10
2011-07-07net: doc: fix compile warning of no format arguments in ifenslave.cShan Wei1-9/+9
2011-07-07net: fix warning of versioncheckShan Wei2-2/+0
2011-07-06mwifiex: modify SDIO aggregation Tx/Rx buffer sizeAmitkumar Karwar1-2/+2
2011-07-06ipw2100: Fix command list for debuggingJean Delvare1-1/+1
2011-07-06mac80211: support GTK rekey offloadJohannes Berg5-0/+107
2011-07-06cfg80211/nl80211: support GTK rekey offloadJohannes Berg5-0/+193
2011-07-06mac80211: allow driver to iterate keysJohannes Berg2-0/+56
2011-07-06iwlwifi: remove unnecessary read of PCI_CAP_ID_EXPJon Mason1-1/+1
2011-07-06packet: Fix leak in pre-defrag support.David S. Miller1-1/+1
2011-07-06net: sched: constify tcf_proto and tc_actionEric Dumazet23-35/+39
2011-07-06packet: Add 'cpu' fanout policy.David S. Miller2-37/+29
2011-07-06veth: Kill unused tx_droppedEric Dumazet1-4/+1