summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-07-03Merge branch 'net-next-2.6-v6ready-20080703' of git://git.linux-ipv6.org/gitr...David S. Miller8-23/+147
2008-07-03ipv4,ipv6 mroute: Add some helper inline functions to remove ugly ifdefs.YOSHIFUJI Hideaki1-8/+0
2008-07-03ipv4: Do cleanup for ip_mr_initWang Chen2-6/+27
2008-07-03ipv6: Do cleanup for ip6_mr_init.Wang Chen2-6/+43
2008-07-03ipv6 route: Prefer outgoing interface with source address assigned.YOSHIFUJI Hideaki1-4/+16
2008-07-03ipv6 addrconf: add accept_dad sysctl to control DAD operation.YOSHIFUJI Hideaki1-0/+35
2008-07-03ipv6: Add disable_ipv6 sysctl to disable IPv6 operaion on specific interface.YOSHIFUJI Hideaki3-1/+20
2008-07-03ipv6: Assume the loopback address in link-local scope.YOSHIFUJI Hideaki1-1/+1
2008-07-03ipv6: Do not forward packets with the unspecified source address.YOSHIFUJI Hideaki1-1/+2
2008-07-03ipv6: Do not assign non-valid address on interface.YOSHIFUJI Hideaki1-0/+7
2008-07-03tcp: de-bloat a bit with factoring NET_INC_STATS_BH outPavel Emelyanov3-22/+46
2008-07-02netdev: Add support for rx flow hash configuration, using ethtool.Santwona Behera1-0/+37
2008-07-01sctp: Mark GET_PEER|LOCAL_ADDR_OLD deprecated.Vlad Yasevich1-0/+12
2008-07-01icmp: fix units for ratelimitStephen Hemminger2-2/+4
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller19-545/+1151
2008-06-28Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller22-76/+112
2008-06-27ipv6 route: Convert rt6_device_match() to use RT6_LOOKUP_F_xxx flags.YOSHIFUJI Hideaki1-3/+3
2008-06-27netlabel: Fix a problem when dumping the default IPv6 static labelsPaul Moore1-1/+1
2008-06-27net/inet_lro: remove setting skb->ip_summed when not LRO-ableEli Cohen1-2/+1
2008-06-27inet fragments: fix race between inet_frag_find and inet_frag_secret_rebuildPavel Emelyanov4-6/+17
2008-06-27netlink: Fix some doc comments in net/netlink/attr.cJulius Volz1-3/+4
2008-06-27tcp: /proc/net/tcp rto,ato values not scaled properly (v2)Stephen Hemminger2-6/+6
2008-06-27pkt_sched: Remove CONFIG_NET_SCH_RRAdrian Bunk1-11/+0
2008-06-27pkt_sched: ERR_PTR() ususally encodes an negative errno, not positive.WANG Cong1-1/+1
2008-06-27netdevice: Fix typo of dev_unicast_add() commentWang Chen1-1/+1
2008-06-27af_unix: fix 'poll for write'/connected DGRAM socketsRainer Weikusat1-28/+24
2008-06-27tcp: fix for splice receive when used with software LROOctavian Purdila1-5/+12
2008-06-27tcp: calculate tcp_mem based on low memory instead of all memoryMiquel van Smoorenburg1-3/+6
2008-06-27mac80211: fix an oops in several failure paths in key allocationEmmanuel Grumbach1-0/+9
2008-06-27mac80211: fix tx fragmentationJohannes Berg1-31/+37
2008-06-27mac80211: make workqueue freezableJohannes Berg1-1/+1
2008-06-27mac80211: add phy information to giwnameTomas Winkler1-0/+32
2008-06-27mac80211: update the authentication methodEmmanuel Grumbach1-0/+13
2008-06-27mac80211: don't return -EINVAL upon iwconfig wlan0 rts autoEmmanuel Grumbach1-0/+3
2008-06-27mac80211: mlme.c use new frame control helpersHarvey Harrison1-20/+19
2008-06-27mac80211: rx.c use new frame control helpersHarvey Harrison1-4/+3
2008-06-27mac80211: tx.c use new frame control helpersHarvey Harrison1-29/+25
2008-06-27mac80211: wep.c use new frame control helpersHarvey Harrison1-24/+15
2008-06-27mac80211: Let drivers have access to TKIP key offets for TX and RX MICLuis R. Rodriguez3-36/+31
2008-06-27mac80211: rename TKIP debugging Kconfig symbolJohannes Berg2-11/+11
2008-06-26mac80211: add single function calling tx handlersJohannes Berg1-42/+40
2008-06-26mac80211: use separate spinlock for sta flagsJohannes Berg2-13/+28
2008-06-26mac80211: remove shared key todoJohannes Berg1-2/+3
2008-06-26mac80211: 11h - Handling measurement requestAssaf Krauss1-0/+78
2008-06-26mac80211: 11h Infrastructure - ParsingAssaf Krauss2-0/+28
2008-06-26rfkill: rename the rfkill_state states and add block-locked stateHenrique de Moraes Holschuh2-28/+76
2008-06-26rfkill: do not allow userspace to override ALL RADIOS OFFHenrique de Moraes Holschuh3-15/+51
2008-06-26rfkill: drop current_state from tasks in rfkill-inputFabien Crespel1-14/+1
2008-06-26rfkill: add uevent notificationsHenrique de Moraes Holschuh1-0/+42
2008-06-26rfkill: add type string helperHenrique de Moraes Holschuh1-18/+15