aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2009-09-01netfilter: ebt_ulog: fix checkentry return valuePatrick McHardy1-1/+1
2009-08-31IPVS: Add handling of incoming ICMPV6 messagesJulius Volz1-6/+17
2009-08-31netfilter: ip6t_eui: fix read outside array boundsPatrick McHardy1-7/+2
2009-08-31netfilter: nf_conntrack: netns fix re reliable conntrack event deliveryAlexey Dobriyan1-3/+3
2009-08-31ipvs: Use atomic operations atomiclySimon Horman2-6/+7
2009-08-25netfilter: nfnetlink: constify message attributes and headersPatrick McHardy7-33/+52
2009-08-25netlink: constify nlmsghdr argumentsPatrick McHardy2-2/+2
2009-08-25netfilter: nf_conntrack: log packets dropped by helpersPatrick McHardy2-2/+10
2009-08-24netfilter: bridge: refcount fixEric Dumazet1-1/+1
2009-08-24netfilter: nf_nat: fix inverted logic for persistent NAT mappingsMaximilian Engelhardt1-1/+1
2009-08-24netfilter: xtables: mark initial tables constantJan Engelhardt17-32/+37
2009-08-10Merge branch 'master' of git://dev.medozas.de/linuxPatrick McHardy26-920/+204
2009-08-10netfilter: xtables: check for standard verdicts in policiesJan Engelhardt3-6/+57
2009-08-10netfilter: xtables: check for unconditionality of policiesJan Engelhardt3-14/+21
2009-08-10netfilter: xtables: ignore unassigned hooks in check_entry_size_and_hooksJan Engelhardt3-3/+12
2009-08-10netfilter: xtables: use memcmp in unconditional checkJan Engelhardt3-23/+9
2009-08-10netfilter: iptables: remove unused datalen variableJan Engelhardt1-4/+0
2009-08-10netfilter: xtables: switch table AFs to nfprotoJan Engelhardt9-9/+9
2009-08-10netfilter: xtables: switch hook PFs to nfprotoJan Engelhardt11-36/+36
2009-08-10netfilter: conntrack: switch hook PFs to nfprotoJan Engelhardt2-10/+10
2009-08-10netfilter: xtables: remove xt_owner v0Jan Engelhardt1-118/+12
2009-08-10netfilter: xtables: remove xt_mark v0Jan Engelhardt1-76/+10
2009-08-10netfilter: xtables: remove xt_iprange v0Jan Engelhardt1-43/+2
2009-08-10netfilter: xtables: remove xt_conntrack v0Jan Engelhardt1-154/+1
2009-08-10netfilter: xtables: remove xt_connmark v0Jan Engelhardt1-90/+11
2009-08-10netfilter: xtables: remove xt_MARK v0, v1Jan Engelhardt1-154/+9
2009-08-10netfilter: xtables: remove xt_CONNMARK v0Jan Engelhardt1-123/+11
2009-08-10netfilter: xtables: remove xt_TOS v0Jan Engelhardt2-63/+0
2009-08-10netfilter: ebtables: Use %pM conversion specifierTobias Klauser1-22/+7
2009-08-10netfilter: nf_conntrack: add SCTP support for SO_ORIGINAL_DSTRafael Laufer1-4/+4
2009-08-06net: Avoid enqueuing skb for default qdiscsKrishna Kumar2-49/+92
2009-08-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller20-183/+349
2009-08-05net/rds: Use AF_INET for sin_family fieldJulia Lawall1-1/+1
2009-08-05net: implement a SO_DOMAIN getsockoptionJan Engelhardt1-0/+5
2009-08-05net: implement a SO_PROTOCOL getsockoptionJan Engelhardt1-0/+5
2009-08-05net: mark read-only arrays as constJan Engelhardt30-58/+63
2009-08-04xfrm6: Fix xfrm6_policy.c build when SYSCTL disabled.David S. Miller1-1/+6
2009-08-04xfrm4: fix build when SYSCTLs are disabledRandy Dunlap1-0/+6
2009-08-04mac80211: FIF_PSPOLL filter flagIgor Perminov3-3/+20
2009-08-04cfg80211: clear SSID on disconnect/no connectionJohannes Berg1-0/+4
2009-08-04rfkill: add the GPS radio typeTomas Winkler1-1/+3
2009-08-04mac80211: Increase timeouts for station pollingMaxim Levitsky1-2/+2
2009-08-04mac80211: Retry probe request few timesMaxim Levitsky2-12/+31
2009-08-04cfg80211: lower dynamic PS timeout to 100msJohannes Berg1-1/+1
2009-08-04cfg80211: enable country IE support to all cfg80211 driversLuis R. Rodriguez4-10/+33
2009-08-04cfg80211: decouple regulatory variables from cfg80211_mutexLuis R. Rodriguez2-12/+38
2009-08-04cfg80211: do not iterate over rdev list on country IE hintLuis R. Rodriguez1-42/+9
2009-08-04cfg80211: use goto out on country IE reg hint failureLuis R. Rodriguez1-4/+2
2009-08-04mac80211: fix powersaveJohannes Berg1-7/+6
2009-08-04cfg80211: fix NETDEV_UNREGISTER notifierJohannes Berg1-4/+11