aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan
2010-02-16gre: fix netns vs proto registration orderingAlexey Dobriyan
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller
2010-02-15ethtool: reduce stack usageEric Dumazet
2010-02-15X25: Dont let x25_bind use addresses containing charactersandrew hendry
2010-02-15X25: Fix x25_create errors for bad protocol and ENOBUFSandrew hendry
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal
2010-02-15IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILSShan Wei
2010-02-15ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz
2010-02-15ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal
2010-02-15netfilter: ebtables: abort if next_offset is too smallFlorian Westphal
2010-02-15netfilter: ctnetlink: add zone supportPatrick McHardy
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt
2010-02-14mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/lin...David S. Miller
2010-02-12rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A
2010-02-12udp: remove redundant variableGerrit Renker
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker
2010-02-12xfrm: validate attributesjamal
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger
2010-02-12ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy
2010-02-12mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker
2010-02-12inet: Remove bogus IGMPv3 report handlingHerbert Xu
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan
2010-02-11netfilter: nf_conntrack_sip: add T.38 FAX supportPatrick McHardy
2010-02-11netfilter: nf_nat_sip: add TCP supportPatrick McHardy
2010-02-11netfilter: nf_nat: support mangling a single TCP packet multiple timesPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: add TCP supportPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: pass data offset to NAT functionsPatrick McHardy
2010-02-11netfilter: nf_conntrack_sip: fix ct_sip_parse_request() REGISTER request parsingPatrick McHardy
2010-02-11netfilter: nf_conntrack: show helper and class in /proc/net/nf_conntrack_expectPatrick McHardy
2010-02-11netfilter: ctnetlink: dump expectation helper namePatrick McHardy
2010-02-10ethtool: Introduce n-tuple filter programming supportPeter P Waskiewicz Jr