summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2010-02-03netfilter: xtables: add CT targetPatrick McHardy4-0/+190
2010-02-03netfilter: nf_conntrack: support conntrack templatesPatrick McHardy5-23/+50
2010-02-03netfilter: ctnetlink: support selective event deliveryPatrick McHardy2-2/+2
2010-02-03netfilter: nf_conntrack: split up IPCT_STATUS eventPatrick McHardy7-8/+10
2010-02-03netfilter: add struct net * to target parametersPatrick McHardy3-10/+16
2010-02-03netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2-15/+16
2010-02-03netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy1-34/+18
2010-02-02netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott1-10/+8
2010-01-23netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan1-9/+5
2010-01-20IPv6: reassembly: replace magic number with macro definitionsShan Wei2-4/+4
2010-01-20netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei1-3/+0
2010-01-18netfilter: nfnetlink_queue: simplify warning messageEric Leblond1-2/+2
2010-01-18netfilter: xt_hashlimit: netns supportAlexey Dobriyan1-43/+98
2010-01-18netfilter: xt_recent: netns supportAlexey Dobriyan1-41/+95
2010-01-18netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan15-50/+55
2010-01-18netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan3-21/+31
2010-01-18netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan1-9/+5
2010-01-18netfilter: xt_connlimit: netns supportAlexey Dobriyan1-3/+5
2010-01-13netfilter: ctnetlink: netns supportAlexey Dobriyan1-26/+39
2010-01-13netfilter: nfnetlink: netns supportAlexey Dobriyan4-31/+52
2010-01-11netfilter: xt_osf: change %pi4 to %pI4Joe Perches1-2/+2
2010-01-11ipvs: use standardized format in sprintfJoe Perches1-1/+1
2010-01-11netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches1-70/+35
2010-01-05IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE3-15/+39
2010-01-04netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt2-23/+14
2010-01-04netfilter: xtables: do not grab random bytes at __initJan Engelhardt2-2/+11
2010-01-04netfilter: xt_recent: save 8 bytes per htableJan Engelhardt1-4/+4
2010-01-04netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall1-20/+11
2010-01-04tipc: use kconfig to limit numeric rangesAmerigo Wang2-7/+11
2010-01-04can: Speed up CAN frame receiption by using ml_privOliver Hartkopp3-119/+96
2010-01-04bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2-3/+19
2009-12-31Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller29-1300/+2295
2009-12-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville5-5/+41
2009-12-29mac80211: annotate sleeping driver opsKalle Valo1-4/+56
2009-12-29mac80211: remove requeue from workJohannes Berg1-18/+0
2009-12-29mac80211: remove struct ieee80211_if_init_confJohannes Berg4-29/+12
2009-12-29mac80211/cfg80211: add station eventsJohannes Berg4-1/+39
2009-12-29mac80211: make off-channel work genericJohannes Berg3-68/+88
2009-12-29mac80211: support remain-on-channel commandJohannes Berg6-6/+181
2009-12-29cfg80211: add remain-on-channel commandJouni Malinen5-15/+285
2009-12-29mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen4-152/+178
2009-12-29mac80211: proper bss private data handlingJohannes Berg7-72/+82
2009-12-29mac80211: split up and insert custom IEs correctlyJohannes Berg3-27/+154
2009-12-29mac80211: refactor associationJohannes Berg2-109/+137
2009-12-29mac80211: rewrite a few work messagesJohannes Berg1-10/+10
2009-12-29mac80211: generalise work handlingJohannes Berg9-835/+1112
2009-12-29mac80211: generalise management work a bitJohannes Berg2-107/+172
2009-12-29mac80211: let cfg80211 manage auth stateJohannes Berg2-103/+73
2009-12-29mac80211: introduce flush operationJohannes Berg4-2/+41
2009-12-29mac80211: add ieee80211_sdata_runningJohannes Berg15-37/+40