aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2011-02-08batman-adv: Linearize fragment packets before mergeSven Eckelmann1-5/+10
2011-01-30batman-adv: Make vis info stack traversal threadsafeSven Eckelmann1-3/+4
2011-01-30batman-adv: Remove vis info element in free_infoSven Eckelmann1-0/+1
2011-01-30batman-adv: Remove vis info on hashing errorsSven Eckelmann1-1/+1
2011-01-25batman-adv: Fix kernel panic when fetching vis data on a vis serverLinus Lüssing1-2/+2
2011-01-16batman-adv: Use "__attribute__" shortcut macrosSven Eckelmann3-12/+12
2011-01-13batman-adv: Even Batman should not dereference NULL pointersJesper Juhl1-2/+4
2010-12-20batman-adv: Return hna count on local buffer fillSven Eckelmann1-1/+1
2010-12-20pktgen: Remove unnecessary prefix from pr_<level>Joe Perches1-2/+1
2010-12-19net: kill unused macrosShan Wei6-7/+0
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao1-10/+20
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger1-1/+0
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger1-4/+4
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller19-28/+101
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger1-1/+3
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun1-1/+1
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław4-7/+6
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens1-1/+1
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila5-12/+39
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila2-49/+98
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann42-0/+9946
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao2-2/+3
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov1-5/+10
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin1-1/+6
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller3-1/+9
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller4-32/+51
2010-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller23-206/+537
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller8-31/+60
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6 into for-davemJohn W. Linville23-206/+537
2010-12-13net: add limits to ip_default_ttlEric Dumazet1-2/+5
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski1-1/+4
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey1-0/+4
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6John W. Linville1-0/+1
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller7-10/+9
2010-12-12ipv6: Demark default hoplimit as zero.David S. Miller1-3/+1
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller6-7/+7
2010-12-12ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller3-2/+4
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet1-2/+4
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu1-16/+9
2010-12-10af_packet: use swap() instead of the open coded macro XC()Changli Gao1-5/+3
2010-12-10ethtool: Report link-down while interface is downBen Hutchings1-2/+15
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams3-5/+7
2010-12-10pktgen: adding prefetchw() callJunchang Wang1-0/+2
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun1-0/+8
2010-12-10inet6: Remove redundant unlikely()Tobias Klauser1-1/+1
2010-12-10xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi1-8/+24
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi1-8/+24
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi1-2/+17
2010-12-10net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko1-1/+1
2010-12-10ipv6: Fix 'release_it' logic in tcp_v6_get_peer()David S. Miller1-1/+1