summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for_david' of git://git.open-mesh.org/linux-mergeDavid S. Miller2011-11-2614-182/+202
|\
| * batman-adv: Fix range check for expected packetsSimon Wunderlich2011-11-201-1/+1
| * batman-adv: check for tt_reponse packet real lengthAntonio Quartulli2011-11-201-0/+9
| * batman-adv: linearise the tt_response skb only if neededAntonio Quartulli2011-11-201-5/+6
| * batman-adv: directly write tt entries without bufferingSimon Wunderlich2011-11-201-55/+2
| * batman-adv: fixed hash functions type to uint32_t instead of intAntonio Quartulli2011-11-207-36/+47
| * batman-adv: use orig_hash_find() instead of get_orig_node() in TT codeAntonio Quartulli2011-11-201-3/+3
| * batman-adv: refactoring gateway handling codeMarek Lindner2011-11-203-75/+126
| * batman-adv: Replace obsolete strict_strto<foo> with kstrto<foo>Sven Eckelmann2011-11-202-4/+4
| * batman-adv: tt_global_del_orig() has to print the correct messageAntonio Quartulli2011-11-201-2/+3
| * batman-adv: update internal version numberSven Eckelmann2011-11-201-1/+1
* | net: mv643xx_eth: fix build errorAxel Lin2011-11-241-4/+5
* | net: treewide use of RCU_INIT_POINTEREric Dumazet2011-11-249-21/+21
* | netprio_cgroup: Fix build breakNeil Horman2011-11-231-13/+5
* | net: remove netdev_alloc_page and use __GFP_COLDEric Dumazet2011-11-228-52/+18
* | Sweep away N/A fw_version dustbunnies from the .get_drvinfo routine of a numb...Rick Jones2011-11-2217-31/+7
* | net: remove ipv6_addr_copy()Alexey Dobriyan2011-11-2266-315/+288
* | atm: Allow MSG_PEEK for atm socketsJorge Boncompte [DTI2]2011-11-221-3/+11
* | atm: Introduce vcc_process_recv_queueJorge Boncompte [DTI2]2011-11-225-27/+31
* | atm: clip: move clip_devs check to clip_pushJorge Boncompte [DTI2]2011-11-221-7/+10
* | atm: clip: Don't move counters backwardsJorge Boncompte [DTI2]2011-11-221-9/+1
* | atm: br2684: Do not move counters backwardsJorge Boncompte [DTI2]2011-11-221-8/+1
* | tg3: Add MDI-X reportingMatt Carlson2011-11-222-1/+28
* | tg3: Restrict large prod ring cap devicesMatt Carlson2011-11-221-5/+4
* | tg3: Adjust BD replenish thresholdsMatt Carlson2011-11-221-5/+3
* | tg3: Make 1000Base-X FC resolution look like 1000TMatt Carlson2011-11-221-12/+6
* | CDC NCM: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-221-3/+1
* | xfrm: optimize ipv4 selector matchingAlexey Dobriyan2011-11-222-2/+10
* | net: add documentation for net_prio cgroups (v4)Neil Horman2011-11-221-0/+53
* | net: add network priority cgroup infrastructure (v4)Neil Horman2011-11-2210-1/+469
* | tg3: Fix advertisement handlingHiroaki SHIMODA2011-11-221-4/+3
* | atm: use SKB_TRUESIZE() in atm_guess_pdu2truesize()Eric Dumazet2011-11-221-1/+1
* | netfilter: use jump_label for nf_hooksEric Dumazet2011-11-212-6/+33
* | tg3: switch to build_skb() infrastructureEric Dumazet2011-11-212-55/+66
* | net: Change mii to ethtool advertisement function namesMatt Carlson2011-11-216-42/+75
* | gianfar: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-2/+1
* | RxRPC: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-4/+2
* | ksz884x: Use kzalloc rather than kmalloc followed by memset with 0Thomas Meyer2011-11-211-4/+2
* | ks8*/ksz8*: Casting (void *) value returned by kmalloc is uselessThomas Meyer2011-11-211-2/+1
* | irttp: Use kmemdup rather than duplicating its implementationThomas Meyer2011-11-211-3/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2011-11-21548-4505/+5496
|\ \
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2011-11-2077-312/+604
| |\ \
| | * | ipv4: fix redirect handlingEric Dumazet2011-11-181-51/+59
| | * | ping: dont increment ICMP_MIB_INERRORSEric Dumazet2011-11-181-2/+0
| | * | sky2: fix hang in napi_disablestephen hemminger2011-11-182-7/+11
| | * | sky2: enforce minimum ring sizestephen hemminger2011-11-181-2/+12
| | * | bonding: Don't allow mode change via sysfs with slaves presentVeaceslav Falico2011-11-181-0/+7
| | * | Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller2011-11-174-2/+23
| | |\ \
| | | * \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2011-11-174-2/+23
| | | |\ \
| | | | * | Net, libertas: Resolve memory leak in if_spi_host_to_card()Jesper Juhl2011-11-151-0/+1