aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-05-16mac802154: RX data pathalex.bluesman.smirnov@gmail.com2-1/+114
2012-05-16mac802154: allocation of ieee802154 devicealex.bluesman.smirnov@gmail.com6-0/+232
2012-05-16Merge branch 'delete-tokenring' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linuxDavid S. Miller16-869/+20
2012-05-16net: ipv4 and ipv6: Convert printk(KERN_DEBUG to pr_debugJoe Perches12-57/+58
2012-05-16net: ipv6: Standardize prefixes for message loggingJoe Perches16-120/+116
2012-05-15tokenring: delete all remaining driver supportPaul Gortmaker2-670/+0
2012-05-15net: delete all instances of special processing for token ringPaul Gortmaker13-68/+12
2012-05-15atm: remove the coupling to token ring supportPaul Gortmaker2-131/+8
2012-05-15xfrm: Convert several xfrm policy match functions to bool.David S. Miller1-13/+14
2012-05-15net: Convert net_ratelimit uses to net_<level>_ratelimitedJoe Perches76-490/+306
2012-05-15xfrm_algo: drop an unnecessary inclusionJan Beulich1-3/+0
2012-05-15xfrm: make xfrm_algo.c a moduleJan Beulich5-9/+17
2012-05-14Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller10-23/+59
2012-05-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-nextDavid S. Miller14-24/+384
2012-05-14net: codel: fix build errorsSasha Levin1-4/+5
2012-05-14net/codel: Add missing #include <linux/prefetch.h>Geert Uytterhoeven1-0/+1
2012-05-14batman-adv: unset the TT_CLIENT_PENDING flag if the new local entry already existsAntonio Quartulli1-0/+2
2012-05-13batman-adv: Start new development cycleSven Eckelmann1-1/+1
2012-05-13batman-adv: use shorter pr_warn instead of pr_warningSven Eckelmann2-5/+5
2012-05-13batman-adv: refactor window_protected to avoid unnecessary return statementMarek Lindner1-9/+6
2012-05-13batman-adv: prepare lq_update_lock to be shared among different protocolsMarek Lindner3-6/+6
2012-05-13batman-adv: improve unicast packet (re)routingAntonio Quartulli4-0/+36
2012-05-13batman-adv: avoid skb_linearise() if not neededAntonio Quartulli1-2/+3
2012-05-12fq_codel: Fair Queue Codel AQMEric Dumazet3-0/+636
2012-05-11net/ipv6/af_inet6.c: checkpatch cleanupEldad Zack1-18/+11
2012-05-11batman-adv: add contributor nameAntonio Quartulli2-2/+2
2012-05-11batman-adv: update copyright yearsAntonio Quartulli2-2/+2
2012-05-11batman-adv: fix checkpatch string complaintMarek Lindner1-2/+2
2012-05-11batman-adv: avoid temporary routing loops by being strict on forwarded OGMsMarek Lindner2-29/+32
2012-05-11batman-adv: Adding hard_iface specific sysfs wrapper macros for UINTLinus Luessing1-0/+43
2012-05-11batman-adv: rename sysfs macros to reflect the soft-interface dependencyMarek Lindner1-28/+29
2012-05-11batman-adv: refactoring API: find generalized name for bat_ogm_update_mac callbackMarek Lindner4-14/+16
2012-05-11batman-adv: ignore protocol packets if the interface did not enable this protocolMarek Lindner1-0/+7
2012-05-11batman-adv: split neigh_new function into generic and batman iv specific partsMarek Lindner3-27/+48
2012-05-11batman-adv: replace HZ calculations with jiffies_to_msecs()Marek Lindner3-8/+13
2012-05-11batman-adv: rename last_valid to last_seenMarek Lindner3-16/+16
2012-05-11batman-adv: register batman ogm receive function during protocol initMarek Lindner5-24/+41
2012-05-11batman-adv: introduce packet type handler array for incoming packetsMarek Lindner3-113/+127
2012-05-11batman-adv: introduce is_single_hop_neigh variable to increase readabilityMarek Lindner1-7/+9
2012-05-11batman-adv: fix wrong dhcp option list browsingAntonio Quartulli1-3/+3
2012-05-106lowpan: IPv6 link local addressalex.bluesman.smirnov@gmail.com1-1/+13
2012-05-10codel: Controlled Delay AQMEric Dumazet3-0/+287
2012-05-10net_sched: update bstats in dequeue()Eric Dumazet4-6/+6
2012-05-10net, drivers/net: Convert compare_ether_addr_64bits to ether_addr_equal_64bitsJoe Perches1-2/+3
2012-05-10l2tp: fix data packet sequence number handlingJames Chapman1-1/+1
2012-05-10l2tp: fix reorder timeout recoveryJames Chapman2-0/+10
2012-05-10tcp: Out-line tcp_try_rmem_schedulePavel Emelyanov1-1/+1
2012-05-10tcp: Schedule rmem for rcvq repair sendPavel Emelyanov1-0/+3
2012-05-10tcp: Move rcvq sending to tcp_input.cPavel Emelyanov2-34/+34
2012-05-09Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-nextDavid S. Miller1-7/+64