summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2008-10-19ipvs: Update CONFIG_IP_VS_IPV6 description and help textJulius Volz1-1/+3
2008-10-16net: Remove CONFIG_KMOD from net/ (towards removing CONFIG_KMOD entirely)Johannes Berg20-46/+20
2008-10-16ipv4: Add a missing rcu_assign_pointer() in routing cache.Eric Dumazet1-1/+6
2008-10-15decnet: Fix compiler warning in dn_dev.cDavid S. Miller1-1/+1
2008-10-15IPV6: Fix default gateway criteria wrt. HIGH/LOW preference radv optionPedro Ribeiro1-1/+1
2008-10-15net/802/fc.c: Fix compilation warningsManish Katiyar1-1/+1
2008-10-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller10-16/+36
2008-10-14netns: correct mib stats in ip6_route_me_harder()Alexey Dobriyan1-3/+3
2008-10-14netns: fix net_generic array leakAlexey Dobriyan1-1/+1
2008-10-14ath9k/mac80211: disallow fragmentation in ath9k, report to userspaceJohannes Berg1-1/+1
2008-10-14mac80211: Fix scan RX processing oopsJouni Malinen1-1/+2
2008-10-14cfg80211: fix debugfs error handlingJohannes Berg1-1/+4
2008-10-14mac80211: fix debugfs netdev renameJohannes Berg1-1/+5
2008-10-14mac80211: fix HT information element parsingJohannes Berg3-11/+6
2008-10-14mac80211: fix debugfs lockupJohannes Berg3-1/+18
2008-10-14netfilter: ctnetlink: remove bogus module dependency between ctnetlink and nf...Pablo Neira Ayuso4-93/+174
2008-10-14netfilter: fix ebtables dependenciesPatrick McHardy1-0/+1
2008-10-14netfilter: restore lost #ifdef guarding defrag exceptionPatrick McHardy1-1/+2
2008-10-13net: Rationalise email address: Network Specific PartsAlan Cox16-18/+18
2008-10-13dsa: fix compile bug on s390Heiko Carstens1-1/+1
2008-10-13netns: mib6 section fixletAlexey Dobriyan1-1/+1
2008-10-13pktgen: fix skb leak in case of failureIlpo Järvinen1-3/+5
2008-10-12net/mac80211/rx.c: fix build errorIngo Molnar1-1/+4
2008-10-12netfilter: remove unused #include <version.h>Huang Weiyi1-1/+0
2008-10-12net: Fix off-by-one in skb_dma_mapDimitris Michailidis1-1/+1
2008-10-12wireless: remove duplicated #includeHuang Weiyi1-1/+0
2008-10-11gre: Initialise rtnl_link tunnel parameters properlyHerbert Xu1-1/+1
2008-10-11ipvs: Add proper dependencies on IP_VS, and fix description header line.David S. Miller1-2/+2
2008-10-10af_key: fix SADB_X_SPDDELETE responseTobias Brunner1-0/+1
2008-10-10gre: minor cleanups in netlink interfacePatrick McHardy1-8/+8
2008-10-10gre: fix copy and paste errorPatrick McHardy1-2/+2
2008-10-09tcpv6: fix error with CONFIG_TCP_MD5SIG disabledGuo-Fu Tseng1-5/+1
2008-10-09udp: complete port availability checkingEric Dumazet1-24/+19
2008-10-09tcpv6: combine tcp_v6_send_(reset|ack)Ilpo Järvinen1-99/+40
2008-10-09tcpv6: convert opt[] -> topt in tcp_v6_send_resetIlpo Järvinen1-6/+6
2008-10-09tcpv6: trivial formatting changes to send_(ack|reset)Ilpo Järvinen1-4/+3
2008-10-09tcpv[46]: fix md5 pseudoheader address field orderingIlpo Järvinen2-4/+4
2008-10-09sctp: update SNMP statiscts when T5 timer expired.Vlad Yasevich1-0/+3
2008-10-09sctp: Fix SNMP number of SCTP_MIB_ABORTED during violation handling.Vlad Yasevich1-6/+3
2008-10-09sctp: Fix the SNMP number of SCTP_MIB_CURRESTABWei Yongjun1-1/+1
2008-10-09inet: Make tunnel RX/TX byte counters more consistentHerbert Xu1-2/+5
2008-10-09gre: Add Transparent Ethernet BridgingHerbert Xu1-32/+174
2008-10-09gre: Add netlink interfaceHerbert Xu1-4/+243
2008-10-09gre: Move MTU setting out of ipgre_tunnel_bind_devHerbert Xu1-5/+11
2008-10-09gre: Use needed_headroomHerbert Xu1-7/+8
2008-10-08dsa: Need to select PHYLIB.David S. Miller1-0/+1
2008-10-08dsa: add support for the Marvell 88E6060 switch chipLennert Buytenhek3-0/+295
2008-10-08dsa: add support for Trailer tagging formatLennert Buytenhek7-0/+152
2008-10-08dsa: add support for the Marvell 88E6131 switch chipLennert Buytenhek5-0/+555
2008-10-08dsa: add support for original DSA tagging formatLennert Buytenhek8-7/+244