aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-12-19net: increase skb->users instead of skb_clone()Changli Gao
2010-12-18ipv6: remove duplicate neigh_ifdownstephen hemminger
2010-12-18ipv6: fib6_ifdown cleanupstephen hemminger
2010-12-17Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-12-16ipv6: don't flush routes when setting loopback downstephen hemminger
2010-12-16sctp: fix the return value of getting the sctp partial delivery pointWei Yongjun
2010-12-16net: Use skb_checksum_start_offset()Michał Mirosław
2010-12-16bridge: fix IPv6 queries for bridge multicast snoopingDavid Stevens
2010-12-16net: fix nulls list corruptions in sk_prot_allocOctavian Purdila
2010-12-16net: factorize sync-rcu call in unregister_netdevice_manyOctavian Purdila
2010-12-16net: Add batman-adv meshing protocolSven Eckelmann
2010-12-16net: use NUMA_NO_NODE instead of the magic number -1Changli Gao
2010-12-16bnx2x: Take the distribution range definition out of skb_tx_hash()Vladislav Zolotarov
2010-12-16ipv6: delete expired route in ip6_pmtu_deliverAndrey Vagin
2010-12-15Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-12-14net: Abstract default MTU metric calculation behind an accessor.David S. Miller
2010-12-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-12-13net: Abstract default ADVMSS behind an accessor.David S. Miller
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville
2010-12-13net: add limits to ip_default_ttlEric Dumazet
2010-12-13mac80211: avoid calling ieee80211_work_work unconditionallyHerton Ronaldo Krzesinski
2010-12-13mac80211: Fix NULL-pointer deference on ibss merge when not readyTim Harvey
2010-12-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville
2010-12-12ipv4: Don't pre-seed hoplimit metric.David S. Miller
2010-12-12ipv6: Demark default hoplimit as zero.David S. Miller
2010-12-12net: Abstract RTAX_HOPLIMIT metric accesses behind helper.David S. Miller
2010-12-12ipv6: Use ip6_dst_hoplimit() instead of direct dst_metric() calls.David S. Miller
2010-12-10net: fix skb_defer_rx_timestamp()Eric Dumazet
2010-12-10bridge: Use consistent NF_DROP returns in nf_pre_routingHerbert Xu
2010-12-10af_packet: use swap() instead of the open coded macro XC()Changli Gao
2010-12-10ethtool: Report link-down while interface is downBen Hutchings
2010-12-10atm: correct sysfs 'device' link creation and parent relationshipsDan Williams
2010-12-10pktgen: adding prefetchw() callJunchang Wang
2010-12-10SCTP: Fix SCTP_SET_PEER_PRIMARY_ADDR to accpet v4mapped addressWei Yongjun
2010-12-10inet6: Remove redundant unlikely()Tobias Klauser
2010-12-10xfrm: Traffic Flow Confidentiality for IPv6 ESPMartin Willi
2010-12-10xfrm: Traffic Flow Confidentiality for IPv4 ESPMartin Willi
2010-12-10xfrm: Add Traffic Flow Confidentiality padding XFRM attributeMartin Willi
2010-12-10net/ipv6/udp.c: fix typo in flush_stack()Jiri Pirko
2010-12-10ipv6: Fix 'release_it' logic in tcp_v6_get_peer()David S. Miller
2010-12-10bridge: Fix return values of br_multicast_add_group/br_multicast_new_groupTobias Klauser
2010-12-10Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller
2010-12-10ipv6: fix nl group when advertising a new linkNicolas Dichtel
2010-12-10Merge branch 'dccp' of git://eden-feed.erg.abdn.ac.uk/net-next-2.6David S. Miller
2010-12-10net: Document the kernel_recvmsg() functionMartin Lucina
2010-12-10Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-12-10dccp: remove unused macrosShan Wei
2010-12-09filter: use size of fetched data in __load_pointer()Eric Dumazet
2010-12-09xfrm: Fix xfrm_state_migrate leakThomas Egerer
2010-12-09net: optimize INET input path furtherEric Dumazet