aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ctnetlink: only assign helpers for matching protocolsPatrick McHardy2010-02-032-15/+16
* netfilter: xt_hashlimit: fix race condition and simplify lockingPatrick McHardy2010-02-031-34/+18
* netfilter: xt_TCPMSS: SYN packets are allowed to contain dataSimon Arlott2010-02-021-10/+8
* netfiltr: ipt_CLUSTERIP: simplify seq_file codeAAlexey Dobriyan2010-01-221-9/+5
* IPv6: reassembly: replace magic number with macro definitionsShan Wei2010-01-202-4/+4
* netfilter: nf_conntrack_ipv6: delete the redundant macro definitionsShan Wei2010-01-201-3/+0
* netfilter: nfnetlink_queue: simplify warning messageEric Leblond2010-01-181-2/+2
* netfilter: xt_hashlimit: netns supportAlexey Dobriyan2010-01-181-43/+98
* netfilter: xt_recent: netns supportAlexey Dobriyan2010-01-181-41/+95
* netfilter: xtables: add struct xt_mtdtor_param::netAlexey Dobriyan2010-01-1815-50/+55
* netfilter: xtables: add struct xt_mtchk_param::netAlexey Dobriyan2010-01-183-21/+31
* netfilter: xt_hashlimit: simplify seqfile codeAlexey Dobriyan2010-01-181-9/+5
* netfilter: xt_connlimit: netns supportAlexey Dobriyan2010-01-181-3/+5
* netfilter: ctnetlink: netns supportAlexey Dobriyan2010-01-131-26/+39
* netfilter: nfnetlink: netns supportAlexey Dobriyan2010-01-134-31/+52
* netfilter: xt_osf: change %pi4 to %pI4Joe Perches2010-01-111-2/+2
* ipvs: use standardized format in sprintfJoe Perches2010-01-111-1/+1
* netfilter: nf_nat_ftp: remove (*mangle[]) array and functions, use %pI4Joe Perches2010-01-111-70/+35
* IPVS: Allow boot time change of hash sizeCatalin(ux) M. BOIE2010-01-053-15/+39
* netfilter: xtables: obtain random bytes earlier, in checkentryJan Engelhardt2010-01-042-23/+14
* netfilter: xtables: do not grab random bytes at __initJan Engelhardt2010-01-042-2/+11
* netfilter: xt_recent: save 8 bytes per htableJan Engelhardt2010-01-041-4/+4
* netfilter: SNMP NAT: correct the size argument to kzallocJulia Lawall2010-01-041-20/+11
* tipc: use kconfig to limit numeric rangesAmerigo Wang2010-01-032-7/+11
* can: Speed up CAN frame receiption by using ml_privOliver Hartkopp2010-01-033-119/+96
* bonding: allow arp_ip_targets on separate vlans to use arp validationAndy Gospodarek2010-01-032-3/+19
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-3029-1300/+2295
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6John W. Linville2009-12-305-5/+41
| |\
| | * mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| | * mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| | * cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg2009-12-281-4/+9
| | * cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
| | * mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
| * | mac80211: annotate sleeping driver opsKalle Valo2009-12-281-4/+56
| * | mac80211: remove requeue from workJohannes Berg2009-12-281-18/+0
| * | mac80211: remove struct ieee80211_if_init_confJohannes Berg2009-12-284-29/+12
| * | mac80211/cfg80211: add station eventsJohannes Berg2009-12-284-1/+39
| * | mac80211: make off-channel work genericJohannes Berg2009-12-283-68/+88
| * | mac80211: support remain-on-channel commandJohannes Berg2009-12-286-6/+181
| * | cfg80211: add remain-on-channel commandJouni Malinen2009-12-285-15/+285
| * | mac80211: Generalize off-channel operation helpers from scan codeJouni Malinen2009-12-284-152/+178
| * | mac80211: proper bss private data handlingJohannes Berg2009-12-287-72/+82
| * | mac80211: split up and insert custom IEs correctlyJohannes Berg2009-12-283-27/+154
| * | mac80211: refactor associationJohannes Berg2009-12-282-109/+137
| * | mac80211: rewrite a few work messagesJohannes Berg2009-12-281-10/+10
| * | mac80211: generalise work handlingJohannes Berg2009-12-289-835/+1112
| * | mac80211: generalise management work a bitJohannes Berg2009-12-282-107/+172
| * | mac80211: let cfg80211 manage auth stateJohannes Berg2009-12-282-103/+73
| * | mac80211: introduce flush operationJohannes Berg2009-12-284-2/+41
| * | mac80211: add ieee80211_sdata_runningJohannes Berg2009-12-2815-37/+40