aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2006-04-11Merge branch 'splice' of git://brick.kernel.dk/data/git/linux-2.6-blockLinus Torvalds1-4/+0
2006-04-11[PATCH] knfsd: svcrpc: gss: don't call svc_take_page unnecessarilyNeilBrown1-6/+8
2006-04-11[PATCH] for_each_possible_cpu: network codesKAMEZAWA Hiroyuki20-40/+40
2006-04-11[PATCH] splice: warning fixAndrew Morton1-4/+0
2006-04-09[IPV6]: Deinline few large functions in inet6 codeDenis Vlasenko1-0/+80
2006-04-09[IPV4] ip_fragment: Always compute hash with ipfrag_lock held.David S. Miller1-5/+10
2006-04-09[NETFILTER]: Fix DNAT in LOCAL_OUTPatrick McHardy1-1/+1
2006-04-09[NET]: Fix hotplug race during device registration.Sergey Vlasov1-1/+1
2006-04-09[NETFILTER]: Fix build with CONFIG_NETFILTER=y/m on IA64Brian Haley1-0/+1
2006-04-09[NET]: More kzalloc conversions.Andrew Morton5-22/+8
2006-04-09[NET] kzalloc: use in alloc_netdevPaolo 'Blaisorblade' Giarrusso1-2/+1
2006-04-09[PKT_SCHED] act_police: Rename methods.Jamal Hadi Salim1-4/+4
2006-04-09[NETFILTER]: H.323 helper: remove changelogPatrick McHardy2-49/+0
2006-04-09[NETFILTER]: Convert conntrack/ipt_REJECT to new checksumming functionsPatrick McHardy8-153/+25
2006-04-09[NETFILTER]: Add address family specific checksum helpersPatrick McHardy2-0/+67
2006-04-09[NETFILTER]: Introduce infrastructure for address family specific operationsPatrick McHardy4-52/+54
2006-04-09[NETFILTER]: Fix IP_NF_CONNTRACK_NETLINK dependencyPatrick McHardy1-0/+1
2006-04-09[NETFILTER]: H.323 helper: add parameter 'default_rrq_ttl'Jing Min Zhao1-1/+5
2006-04-09[NETFILTER]: H.323 helper: make get_h245_addr() staticJing Min Zhao1-2/+2
2006-04-09[NETFILTER]: H.323 helper: change EXPORT_SYMBOL to EXPORT_SYMBOL_GPLJing Min Zhao1-12/+11
2006-04-09[NETFILTER]: H.323 helper: move some function prototypes to ip_conntrack_h323.hJing Min Zhao5-1092/+1
2006-04-09[NETFILTER]: Fix section mismatch warningsPatrick McHardy10-248/+203
2006-04-09[NETFILTER]: Clean up hook registrationPatrick McHardy11-579/+253
2006-04-09[NETFILTER]: Add helper functions for mass hook registration/unregistrationPatrick McHardy1-0/+28
2006-04-09[INET]: Use port unreachable instead of proto for tunnelsHerbert Xu2-2/+2
2006-04-09[BLUETOOTH] sco: Possible double free.Eric Sesterhenn1-1/+1
2006-04-09[NET]: Fix an off-by-21-or-49 error.Adrian Bunk1-1/+1
2006-04-09[INET]: Move no-tunnel ICMP error to tunnel4/tunnel6Herbert Xu5-13/+21
2006-04-09[NETFILTER]: Fix fragmentation issues with bridge netfilterPatrick McHardy2-5/+14
2006-04-09[FIB_TRIE]: Fix leaf freeing.Robert Olsson1-7/+7
2006-04-09[IPSEC]: Check x->encap before dereferencing itHerbert Xu1-1/+1
2006-04-01[NET]: Fully fix the memory leaks in sys_accept().David S. Miller1-3/+2
2006-04-01[NETFILTER]: iptables 32bit compat layerDmitry Mishin3-133/+1121
2006-04-01[NETFILTER]: {ip,nf}_conntrack_netlink: fix expectation notifier unregistrationMartin Josefsson2-2/+2
2006-04-01[NETFILTER]: fix ifdef for connmark support in nf_conntrack_netlinkMartin Josefsson1-2/+2
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 multiport matchYasuyuki Kozakai9-342/+325
2006-04-01[NETFILTER]: x_tables: unify IPv4/IPv6 esp matchYasuyuki Kozakai8-152/+72
2006-04-01[NET]: Fix dentry leak in sys_accept().David S. Miller1-1/+1
2006-04-01[IPSEC]: Kill unused decap state structureHerbert Xu5-17/+18
2006-04-01[IPSEC]: Kill unused decap state argumentHerbert Xu10-14/+13
2006-03-31Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds4-5/+83
2006-03-31[NET]: add SO_RCVBUF commentAndrew Morton1-1/+15
2006-03-30[PATCH] Introduce sys_splice() system callJens Axboe1-1/+5
2006-03-29[NET]: Deinline some larger functions from netdevice.hDenis Vlasenko1-0/+64
2006-03-29Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-2.6Jeff Garzik4-13/+22
2006-03-29[DCCP]: Use NULL for pointers, comfort sparse.Randy Dunlap1-3/+3
2006-03-29[DECNET]: Fix refcountPatrick Caulfield1-1/+1
2006-03-28[NETFILTER]: Rename init functions.Andrew Morton118-477/+477
2006-03-28[TCP]: Fix RFC2465 typo.S P1-1/+1
2006-03-28[INET]: Introduce tunnel4/tunnel6Herbert Xu11-242/+333