summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2011-07-14net: Embed hh_cache inside of struct neighbour.David S. Miller9-105/+59
2011-07-13slip: remove dead code within the slip initializationMatvejchikov Ilya1-18/+6
2011-07-13slip: remove redundant check slip_devs for NULLMatvejchikov Ilya1-3/+0
2011-07-13slip: fix MTU comparation operation when reallocating buffersMatvejchikov Ilya1-1/+1
2011-07-13slip: remove redundant NULL-pointer check before calling slhc_freeMatvejchikov Ilya1-2/+1
2011-07-13net: Kill support for multiple hh_cache entries per neighbourDavid S. Miller2-26/+20
2011-07-13net: Push protocol type directly down to header_ops->cache()David S. Miller7-13/+13
2011-07-13ipv4: Inline neigh binding.David Miller3-28/+59
2011-07-12net: Add documentation for netdev features handlingMichał Mirosław1-0/+154
2011-07-12be2net: move to new vlan modelAjit Khaparde2-26/+9
2011-07-12be2net: account for skb allocation failuresEric Dumazet3-2/+4
2011-07-12e1000e: use GFP_KERNEL allocations at init timeJeff Kirsher2-17/+22
2011-07-12e1000e: Add Jumbo Frame support to 82583 devicesCarolyn Wyborny1-3/+2
2011-07-12netdevice: Kill 'feature' test macros.David S. Miller5-61/+0
2011-07-12lanai: use pci_dev->subsystem_deviceSergei Shtylyov1-8/+1
2011-07-11drivers/net: static should be at beginning of declarationJesper Juhl1-6/+6
2011-07-11inetpeer: kill inet_putpeer raceEric Dumazet1-5/+9
2011-07-11e1000e: remove e1000_queue_statsEric Dumazet1-7/+0
2011-07-11net: introduce __netdev_alloc_skb_ip_alignEric Dumazet1-3/+9
2011-07-11Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/jkirsher...David S. Miller18-23/+43
2011-07-11ixgbe: Make certain to initialize the fdir_perfect_lock in all casesAlexander Duyck1-2/+3
2011-07-11igb: Add support of SerDes Forced mode for certain hardwareCarolyn Wyborny3-4/+22
2011-07-11igb: Update copyright on all igb driver files.Carolyn Wyborny17-17/+17
2011-07-11igb: Fix lack of flush after register write and before delayCarolyn Wyborny1-0/+1
2011-07-11ipv4: Use universal hash for ARP.David S. Miller3-2/+9
2011-07-11neigh: Store hash shift instead of mask.David S. Miller2-25/+24
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-08Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller124-1033/+6268
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-08Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller6-32/+147
2011-07-08Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville124-1033/+6268
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