aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2010-02-16percpu: add __percpu sparse annotations to netTejun Heo14-101/+110
2010-02-16Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller8-46/+55
2010-02-16xfrm: avoid spinlock in get_acqseq() used by xfrm userjamal1-5/+5
2010-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds9-33/+23
2010-02-16net neigh: Decouple per interface neighbour table controls from binary sysctlsEric W. Biederman5-11/+8
2010-02-16net ipv4: Decouple ipv4 interface parameters from binary sysctl numbersEric W. Biederman1-13/+13
2010-02-16tunnels: fix netns vs proto registration orderingAlexey Dobriyan4-62/+47
2010-02-16gre: fix netns vs proto registration orderingAlexey Dobriyan1-9/+10
2010-02-16xfrm: Fix xfrm_state_clone leakHerbert Xu1-9/+3
2010-02-16ipcomp: Avoid duplicate calls to ipcomp_destroyHerbert Xu2-10/+2
2010-02-16ethtool: allow non-admin user to read GRO settings.stephen hemminger1-0/+1
2010-02-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/nf-next-2.6David S. Miller84-1713/+2053
2010-02-15ethtool: reduce stack usageEric Dumazet1-7/+28
2010-02-15X25: Dont let x25_bind use addresses containing charactersandrew hendry1-1/+10
2010-02-15X25: Fix x25_create errors for bad protocol and ENOBUFSandrew hendry1-4/+9
2010-02-15xfrm: Flushing empty SPD generates false eventsjamal3-5/+12
2010-02-15xfrm: Flushing empty SAD generates false eventsjamal3-4/+8
2010-02-15IPv6: Delete redundant counter of IPSTATS_MIB_REASMFAILSShan Wei1-9/+4
2010-02-15ethtool: Move n-tuple capability check into set_flagsPeter Waskiewicz1-5/+8
2010-02-15ethtool: Fix filter addition when caching n-tuple filtersPeter Waskiewicz1-16/+24
2010-02-15netfilter: CONFIG_COMPAT: allow delta to exceed 32767Florian Westphal1-3/+3
2010-02-15netfilter: ebtables: avoid explicit XT_ALIGN() in match/targetsFlorian Westphal17-17/+17
2010-02-15netfilter: ebtables: abort if next_offset is too smallFlorian Westphal1-0/+2
2010-02-15netfilter: ctnetlink: add zone supportPatrick McHardy1-19/+73
2010-02-15netfilter: nf_conntrack: add support for "conntrack zones"Patrick McHardy17-78/+193
2010-02-15netfilter: nf_conntrack: pass template to l4proto ->error() handlerPatrick McHardy7-9/+13
2010-02-15netfilter: xtables: add const qualifiersJan Engelhardt4-136/+168
2010-02-15netfilter: xtables: constify args in compat copying functionsJan Engelhardt7-16/+16
2010-02-15netfilter: xtables: print details on size mismatchJan Engelhardt1-2/+6
2010-02-15netfilter: iptables: remove unused function argumentsJan Engelhardt2-14/+6
2010-02-15netfilter: xt_recent: inform user when hitcount is too largeJan Engelhardt1-2/+6
2010-02-14mac80211: Fix error introduced in netdev_mc_count() changes.David S. Miller1-1/+1
2010-02-14net: Fix first line of kernel-doc for a few functionsBen Hutchings1-1/+1
2010-02-14Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6David S. Miller3-5/+6
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next-2.6David S. Miller20-636/+847
2010-02-14Merge branch 'master' of ssh://master.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6David S. Miller1-0/+3
2010-02-12rtnetlink: Add VF config code to rtnetlinkWilliams, Mitch A1-0/+67
2010-02-12udp: remove redundant variableGerrit Renker2-16/+14
2010-02-12dccp: support for passing MSG_TRUNCGerrit Renker1-0/+2
2010-02-12xfrm: validate attributesjamal1-0/+4
2010-02-12IPv6: remove trivial nested _bh suffixstephen hemminger1-10/+11
2010-02-12IPv6: keep permanent addresses on admin downstephen hemminger1-11/+24
2010-02-12ipv6: fib: fix crash when changing large fib while dumping itPatrick McHardy1-2/+27
2010-02-12mac80211: fix handling of null-rate control in rate_control_get_rateJuuso Oikarinen1-0/+3
2010-02-12dccp: allow probing of CCID-array lengthGerrit Renker1-5/+4
2010-02-12inet: Remove bogus IGMPv3 report handlingHerbert Xu1-1/+1
2010-02-12net: use netdev_mc_count and netdev_mc_empty when appropriateJiri Pirko4-6/+9
2010-02-12netfilter: don't use INIT_RCU_HEAD()Alexey Dobriyan3-3/+0
2010-02-11ethtool: Use explicit designated initializers for .cmdRoland Dreier1-5/+5
2010-02-11netfilter: xtables: fix mangle tablesAlexey Dobriyan2-2/+6