summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* af_iucv: add shutdown for HS transportUrsula Braun2012-03-072-27/+53
* af_iucv: handle netdev eventsUrsula Braun2012-03-071-44/+62
* Merge branch 'master' of git://1984.lsi.us.es/net-nextDavid S. Miller2012-03-0760-1427/+3478
|\
| * netfilter: xt_LOG: add __printf() to sb_add()Eric Dumazet2012-03-071-1/+1
| * netfilter: xt_CT: allow to attach timeout policy + glue codePablo Neira Ayuso2012-03-074-16/+268
| * netfilter: nf_ct_ext: add timeout extensionPablo Neira Ayuso2012-03-077-10/+160
| * netfilter: add cttimeout infrastructure for fine timeout tuningPablo Neira Ayuso2012-03-0716-1/+1131
| * netfilter: nf_conntrack: pass timeout array to l4->new and l4->packetPablo Neira Ayuso2012-03-0711-52/+128
| * netfilter: nf_ct_gre: add unsigned int array to define timeoutsPablo Neira Ayuso2012-03-071-4/+12
| * netfilter: nf_ct_tcp: move retransmission and unacknowledged timeout to arrayPablo Neira Ayuso2012-03-072-15/+17
| * netfilter: nf_ct_udp[lite]: convert UDP[lite] timeouts to arrayPablo Neira Ayuso2012-03-072-18/+37
| * netfilter: ctnetlink: fix lockep splatsHans Schillstrom2012-03-071-16/+24
| * netfilter: xt_LOG: fix bogus extra layer-4 logging informationRichard Weinberger2012-03-071-0/+4
| * netfilter: remove ipt_SAME.h and ipt_realm.hWANG Cong2012-03-073-29/+0
| * netfilter: nf_ct_ecache: refactor nf_ct_deliver_cached_eventsTony Zelenoff2012-03-071-26/+29
| * netfilter: nf_ct_ecache: trailing whitespace removedTony Zelenoff2012-03-071-1/+1
| * netfilter: merge ipt_LOG and ip6_LOG into xt_LOGRichard Weinberger2012-03-0713-1063/+955
| * netfilter: ctnetlink: allow to set expectfn for expectationsPablo Neira Ayuso2012-03-077-1/+115
| * netfilter: ctnetlink: add NAT support for expectationsPablo Neira Ayuso2012-03-072-2/+75
| * netfilter: ctnetlink: allow to set expectation classPablo Neira Ayuso2012-03-072-1/+12
| * netfilter: ctnetlink: allow to set helper for new expectationsPablo Neira Ayuso2012-03-071-1/+29
| * netfilter: ipset: hash:net,iface timeout bug fixedJozsef Kadlecsik2012-03-071-0/+8
| * netfilter: ipset: Exceptions support added to hash:*net* typesJozsef Kadlecsik2012-03-076-116/+399
| * netfilter: ipset: Log warning when a hash type of set gets fullJozsef Kadlecsik2012-03-071-4/+18
| * netfilter: ipset: expose userspace-relevant parts in ip_set.hJan Engelhardt2012-03-071-12/+14
| * netfilter: ipset: use NFPROTO_ constantsJan Engelhardt2012-03-0714-61/+64
* | tcp: md5: correct a RCU lockdep splatEric Dumazet2012-03-071-1/+2
|/
* powerpc/44x: Add more changes for APM821XX EMAC driverDuc Dang2012-03-063-3/+41
* powerpc/44x: Add new compatible value for EMAC node of APM821XX dts file.Duc Dang2012-03-061-1/+1
* net: Use bool for return value of dev_valid_name().David S. Miller2012-03-062-7/+7
* net/mlx4: defining functions as staticYevgeny Petrilin2012-03-061-4/+2
* net/mlx4: remove unused functionsYevgeny Petrilin2012-03-062-85/+0
* net/mlx4: fixing sparse warnings for not declared, functionsYevgeny Petrilin2012-03-062-5/+4
* net/mlx4: fixing sparse warnings when copying mac, address to gid entryYevgeny Petrilin2012-03-061-4/+6
* net/mlx4: fix sparse warnings on wrong type for RSS keysYevgeny Petrilin2012-03-061-1/+1
* net/mlx4: fix sparse warnings on TX blue flame bufferOr Gerlitz2012-03-061-1/+1
* net/mlx4: fix sparse warnings on TX control flags, endianessOr Gerlitz2012-03-061-1/+1
* net/mlx4_en: Saving mem access on data pathYevgeny Petrilin2012-03-064-16/+13
* qla3xxx: ethernet: Silence static checker warning.Santosh Nayak2012-03-061-1/+1
* 8139too: Add 64bit statisticsJunchang Wang2012-03-061-8/+38
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-03-05217-771/+1390
|\
| * Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2012-03-055-18/+42
| |\
| | * Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kerne...Ingo Molnar2012-03-055-18/+42
| | |\
| | | * perf tools: Handle kernels that don't support attr.exclude_{guest,host}Arnaldo Carvalho de Melo2012-03-034-15/+39
| | | * perf tools: Change perf_guest default back to falseJoerg Roedel2012-03-031-1/+1
| | | * perf record: No build id option failsDavid Ahern2012-03-031-2/+2
| | |/
| * | Merge tag 'usb-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-03-052-10/+2
| |\ \
| | * | Revert "powerpc/usb: fix issue of CPU halt when missing USB PHY clock"Greg Kroah-Hartman2012-03-022-10/+2
| * | | Merge tag 'tty-3.3-rc6' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2012-03-051-1/+1
| |\ \ \
| | * | | tty/powerpc: early udbg consoles can't be modulesStephen Rothwell2012-02-241-1/+1
OpenPOWER on IntegriCloud