aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2012-05-10ethtool: Extend the ethtool API to obtain plugin module eeprom dataStuart Hodgson1-0/+47
2012-05-10ethtool: Split ethtool_get_eeprom() to allow for additional EEPROM accessorsBen Hutchings1-7/+17
2012-05-09dsa: Convert compare_ether_addr to ether_addr_equalJoe Perches1-5/+5
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equal by handJoe Perches1-3/+3
2012-05-09wireless: Convert compare_ether_addr to ether_addr_equalJoe Perches6-23/+21
2012-05-09netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches2-3/+3
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equal by handJoe Perches2-3/+3
2012-05-09mac80211: Convert compare_ether_addr to ether_addr_equalJoe Perches13-71/+64
2012-05-09bluetooth: Convert compare_ether_addr to ether_addr_equalJoe Perches1-3/+3
2012-05-09atm: Convert compare_ether_addr to ether_addr_equalJoe Perches2-5/+4
2012-05-09bridge: Convert compare_ether_addr to ether_addr_equalJoe Perches5-16/+15
2012-05-09bridge: netfilter: Convert compare_ether_addr to ether_addr_equalJoe Perches1-2/+2
2012-05-098021q: Convert compare_ether_addr to ether_addr_equalJoe Perches3-12/+11
2012-05-09802: Convert compare_ether_addr to ether_addr_equalJoe Perches1-1/+1
2012-05-09netfilter: hashlimit: byte-based limit modeFlorian Westphal1-19/+97
2012-05-09netfilter: hashlimit: move rateinfo initialization to helperFlorian Westphal1-5/+10
2012-05-09netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2-8/+5
2012-05-09netfilter: add xt_hmark target for hash-based skb markingHans Schillstrom3-0/+378
2012-05-09netfilter: ip6_tables: add flags parameter to ipv6_find_hdr()Hans Schillstrom7-17/+43
2012-05-08netfilter: remove ip_queue supportPablo Neira Ayuso5-1306/+0
2012-05-08netfilter: nf_conntrack: fix explicit helper attachment and NATPablo Neira Ayuso1-1/+12
2012-05-08netfilter: nf_ct_expect: partially implement ctnetlink_change_expectKelvie Wong1-1/+9
2012-05-08net: export sysctl_[r|w]mem_max symbols needed by ip_vs_syncHans Schillstrom1-0/+2
2012-05-08ipvs: ip_vs_proto: local functions should not be exposed globallyH Hartley Sweeten1-1/+1
2012-05-08ipvs: ip_vs_ftp: local functions should not be exposed globallyH Hartley Sweeten1-1/+1