aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-06-17[NETFILTER]: Add SIP connection tracking helperPatrick McHardy4-0/+740
2006-06-17[NETFILTER]: H.323 helper: replace internal_net_addr parameter by routing-bas...Patrick McHardy1-30/+27
2006-06-17[NETFILTER]: H.323 helper: Add support for Call ForwardingJing Min Zhao4-7/+196
2006-06-17[NETFILTER]: amanda helper: convert to textsearch infrastructurePatrick McHardy2-49/+96
2006-06-17[NETFILTER]: FTP helper: search optimizationPatrick McHardy2-68/+86
2006-06-17[NETFILTER]: SNMP helper: fix debug module param typePatrick McHardy1-1/+1
2006-06-17[NETFILTER]: ctnetlink: change table dumping not to require an unique IDPatrick McHardy2-16/+48
2006-06-17[NETFILTER]: ctnetlink: fix NAT configurationPatrick McHardy2-62/+44
2006-06-17[NETFILTER]: conntrack: add fixed timeout flag in connection trackingEric Leblond2-0/+12
2006-06-17[NETFILTER]: conntrack: add sysctl to disable checksummingPatrick McHardy9-8/+32
2006-06-17[NETFILTER]: conntrack: don't call helpers for related ICMP messagesPatrick McHardy3-3/+3
2006-06-17[NETFILTER]: recent match: replace by rewritten versionPatrick McHardy1-891/+377
2006-06-17[NETFILTER]: x_tables: add statistic matchPatrick McHardy3-0/+119
2006-06-17[NETFILTER]: x_tables: add quota matchPatrick McHardy3-0/+107
2006-06-17[NETFILTER]: x_tables: add SCTP/DCCP support where missingPatrick McHardy3-65/+26
2006-06-17[NETFILTER]: x_tables: remove some unnecessary castsPatrick McHardy6-9/+6
2006-06-17[IPSEC] proto: Move transport mode input path into xfrm_mode_transportHerbert Xu8-83/+59
2006-06-17[IPSEC] xfrm: Abstract out encapsulation modesHerbert Xu15-170/+532
2006-06-17[IPSEC] xfrm: Undo afinfo lock proliferationHerbert Xu6-44/+37
2006-06-17[TCP]: tcp_rcv_rtt_measure_ts() call in pure-ACK path is superfluousDavid S. Miller1-2/+0
2006-06-17[BRIDGE]: netlink interface for link managementStephen Hemminger6-2/+214
2006-06-17[BRIDGE]: fix module startup error handlingStephen Hemminger2-9/+22
2006-06-17[BRIDGE]: optimize conditional in forward pathStephen Hemminger1-8/+4
2006-06-17[LLC]: add multicast support for datagramsStephen Hemminger1-8/+51
2006-06-17[LLC]: allow applications to get copy of kernel datagramsStephen Hemminger1-1/+3
2006-06-17[LLC]: use rcu_dereference on receive handlerStephen Hemminger1-2/+5
2006-06-17[LLC]: allow datagram recvmsgStephen Hemminger1-2/+2
2006-06-17[LLC]: use more efficient ether address routinesStephen Hemminger1-2/+0
2006-06-17[I/OAT]: TCP recv offload to I/OATChris Leech4-22/+185
2006-06-17[I/OAT]: Add a sysctl for tuning the I/OAT offloaded I/O thresholdChris Leech2-0/+14
2006-06-17[I/OAT]: Make sk_eat_skb I/OAT aware.Chris Leech3-7/+7
2006-06-17[I/OAT]: Rename cleanup_rbuf to tcp_cleanup_rbuf and make non-staticChris Leech1-5/+5
2006-06-17[I/OAT]: Structure changes for TCP recv offload to I/OATChris Leech1-0/+6
2006-06-17[I/OAT]: Utility functions for offloading sk_buff to iovec copiesChris Leech2-0/+128
2006-06-17[I/OAT]: Setup the networking subsystem as a DMA clientChris Leech1-0/+104
2006-06-12[IPV4]: Increment ipInHdrErrors when TTL expires.Weidong1-0/+1
2006-06-11[TCP]: continued: reno sacked_out count fixAki M Nyrhinen1-3/+1
2006-06-11[DCCP] Ackvec: fix soft lockup in ackvec handling codeAndrea Bittau1-0/+1
2006-06-05[BRIDGE]: fix locking and memory leak in br_add_bridgeJiri Benc1-12/+7
2006-06-05[IRDA]: Missing allocation result check in irlap_change_speed().Florin Malita1-1/+2
2006-06-05[NET]: Eliminate unused /proc/sys/net/ethernetJes Sorensen3-23/+0
2006-06-05[TCP]: Avoid skb_pull if possible when trimming headHerbert Xu ~{PmVHI~}1-7/+5
2006-06-02[TCP] tcp_highspeed: Fix problem observed by Xiaoliang (David) WeiStephen Hemminger1-1/+2
2006-05-28[NETFILTER]: PPTP helper: fix sstate/cstate typoAlexey Dobriyan1-2/+2
2006-05-28[NETFILTER]: mark H.323 helper experimentalPatrick McHardy1-2/+2
2006-05-28[NETFILTER]: Fix small information leak in SO_ORIGINAL_DST (CVE-2006-1343)Marcel Holtmann2-0/+2
2006-05-26[NET]: dev.c comment fixesStephen Hemminger1-9/+11
2006-05-26[IPV6] ROUTE: Don't try less preferred routes for on-link routes.YOSHIFUJI Hideaki1-5/+11
2006-05-23[BRIDGE]: need to ref count the LLC sapStephen Hemminger1-1/+2
2006-05-23[NETFILTER]: SNMP NAT: fix memleak in snmp_object_decodeChris Wright1-0/+1
2006-05-23[NETFILTER]: H.323 helper: fix sequence extension parsingPatrick McHardy1-1/+1
2006-05-23[NETFILTER]: H.323 helper: fix parser error propagationPatrick McHardy1-15/+19
2006-05-23Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds6-13/+13
2006-05-23[PATCH] knfsd: Fix two problems that can cause rmmod nfsd to dieNeilBrown1-0/+1
2006-05-22[NETFILTER]: SNMP NAT: fix memory corruptionPatrick McHardy1-8/+7
2006-05-22[IRDA]: fix 16/32 bit confusionAlexey Dobriyan1-1/+2
2006-05-22[NET]: Fix "ntohl(ntohs" bugsAlexey Dobriyan4-4/+4
2006-05-19[SCTP]: Allow linger to abort 1-N style sockets.Vladislav Yasevich1-6/+6
2006-05-19[SCTP]: Validate the parameter length in HB-ACK chunk.Vladislav Yasevich1-0/+6
2006-05-19[SCTP]: A better solution to fix the race between sctp_peeloff() andVladislav Yasevich2-67/+89
2006-05-19[SCTP]: Set sk_err so that poll wakes up after a non-blocking connect failure.Sridhar Samudrala4-33/+63
2006-05-19[NETFILTER]: nfnetlink_log: fix byteorder confusionPatrick McHardy1-2/+2
2006-05-19[NETFILTER]: Fix do_add_counters race, possible oops or info leak (CVE-2006-0...Solar Designer2-2/+2
2006-05-19[NETFILTER]: GRE conntrack: fix htons/htonl confusionAlexey Dobriyan1-6/+6
2006-05-19[NETFILTER]: fix format specifier for netfilter log targetsPhilip Craig3-3/+3
2006-05-19[NETFILTER]: Fix memory leak in ipt_recentJesper Juhl1-1/+1
2006-05-16[TCP]: reno sacked_out count fixAngelo P. Castellani1-0/+2
2006-05-16[IPV6]: Endian fix in net/ipv6/netfilter/ip6t_eui64.c:match().Alexey Dobriyan1-1/+1
2006-05-16[TR]: Remove an unused export.Adrian Bunk1-1/+0
2006-05-16[IPX]: Correct return type of ipx_map_frame_type().Alexey Dobriyan1-2/+2
2006-05-16[IPX]: Correct argument type of ipxrtr_delete().Alexey Dobriyan1-1/+1
2006-05-16[PKT_SCHED]: Potential jiffy wrap bug in dev_watchdog().Stephen Hemminger1-2/+4
2006-05-12[NEIGH]: Fix IP-over-ATM and ARP interaction.Simon Kelley2-3/+20
2006-05-11[NET_SCHED]: HFSC: fix thinko in hfsc_adjust_levels()Patrick McHardy1-3/+3
2006-05-10[IPV6]: skb leakage in inet6_csk_xmitAlexey Kuznetsov1-0/+2
2006-05-10[BRIDGE]: Do sysfs registration inside rtnl.Stephen Hemminger1-14/+7
2006-05-10[NET]: Do sysfs registration as part of register_netdevice.Stephen Hemminger1-36/+27
2006-05-09[NET] linkwatch: Handle jiffies wrap-aroundHerbert Xu1-5/+5
2006-05-09[IRDA]: Removing unused EXPORT_SYMBOLsAdrian Bunk1-3/+0
2006-05-09[NET]: Make netdev_chain a raw notifier.Alan Stern1-18/+18
2006-05-09[IPV4]: ip_options_fragment() has no effect on fragmentationWei Yongjun1-1/+1
2006-05-08Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Stephen Hemminger4-4/+41
2006-05-06[IPV4]: Remove likely in ip_rcv_finish()Hua Zhong1-1/+1
2006-05-06[NET]: Create netdev attribute_groups with class_device_addStephen Hemminger2-38/+13
2006-05-05[TCP]: Fix snd_cwnd adjustments in tcp_highspeed.cJohn Heffner1-1/+1
2006-05-05[NETROM/ROSE]: Kill module init version kernel log messages.Ralf Baechle2-6/+0
2006-05-05[DCCP]: Fix sock_orphan dead lockHerbert Xu1-3/+10
2006-05-05[BRIDGE]: keep track of received multicast packetsStephen Hemminger1-0/+1
2006-05-05[SCTP]: Fix state table entries for chunks received in CLOSED state.Sridhar Samudrala1-5/+5
2006-05-05[SCTP]: Fix panic's when receiving fragmented SCTP control chunks.Sridhar Samudrala1-5/+8
2006-05-05[SCTP]: Prevent possible infinite recursion with multiple bundled DATA.Vladislav Yasevich1-2/+25
2006-05-05[SCTP]: Allow spillover of receive buffer to avoid deadlock.Neil Horman2-10/+37
2006-05-05[PATCH] softmac: make non-operational after being stoppedDaniel Drake4-2/+38
2006-05-05[PATCH] softmac: don't reassociate if user asked for deauthenticationDaniel Drake1-2/+3
2006-05-03[DECNET]: Fix level1 router helloPatrick Caulfield1-5/+0
2006-05-03[TCP]: Fix sock_orphan dead lockHerbert Xu1-4/+9
2006-05-03[ROSE]: Eleminate HZ from ROSE kernel interfacesRalf Baechle2-7/+9
2006-05-03[NETROM]: Eleminate HZ from NET/ROM kernel interfacesRalf Baechle1-5/+10
2006-05-03[AX.25]: Eleminate HZ from AX.25 kernel interfacesRalf Baechle3-38/+48
2006-05-03[ROSE]: Fix routing table locking in rose_remove_neigh.Ralf Baechle1-5/+0
2006-05-03[AX.25]: Move AX.25 symbol exportsRalf Baechle7-18/+37
2006-05-03[AX25, ROSE]: Remove useless SET_MODULE_OWNER calls.Ralf Baechle2-2/+0
2006-05-03[AX.25]: Spelling fixRalf Baechle1-1/+1
2006-05-03[ROSE]: Remove useless prototype for rose_remove_neigh().Ralf Baechle1-2/+0
2006-05-03[NETFILTER]: x_tables: don't use __copy_{from,to}_user on unchecked memory in...Patrick McHardy2-5/+5
2006-05-03[NETFILTER]: H.323 helper: Change author's email addressJing Min Zhao1-1/+1
2006-05-03[NETFILTER]: NAT: silence unused variable warnings with CONFIG_XFRM=nPatrick McHardy1-0/+2
2006-05-03[NETFILTER]: H.323 helper: fix use of uninitialized dataPatrick McHardy1-4/+4
2006-05-03[NETFILTER]: H.323 helper: fix endless loop caused by invalid TPKT lenPatrick McHardy1-0/+2
2006-05-02[NETFILTER] SCTP conntrack: fix infinite loopPatrick McHardy2-8/+14
2006-05-01Merge branch 'audit.b10' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2-0/+4
2006-05-01[NETFILTER] x_tables: fix compat related crash on non-x86Patrick McHardy1-19/+14
2006-05-01[PATCH] Reworked patch for labels on user space messagesSteve Grubb1-0/+2
2006-05-01[PATCH] sockaddr patchSteve Grubb1-0/+2
2006-04-29[IPV6]: Fix race in route selection.YOSHIFUJI Hideaki1-1/+4
2006-04-29[XFRM]: fix incorrect xfrm_policy_afinfo_lock useIngo Molnar1-4/+4
2006-04-29[XFRM]: fix incorrect xfrm_state_afinfo_lock useIngo Molnar1-4/+4
2006-04-29[TCP]: Fix unlikely usage in tcp_transmit_skb()Hua Zhong1-1/+1
2006-04-29[XFRM]: fix softirq-unsafe xfrm typemap->lock useIngo Molnar1-4/+4
2006-04-29[IPSEC]: Fix IP ID selectionHerbert Xu1-1/+1
2006-04-29[IPV4]: inet_init() -> fs_initcallHeiko Carstens1-1/+1
2006-04-29[NETLINK]: cleanup unused macro in net/netlink/af_netlink.cSoyoung Park1-1/+0
2006-04-29[PKT_SCHED] netem: fix lossStephen Hemminger1-1/+1
2006-04-29[X25]: fix for spinlock recurse and spinlock lockup with timer handlerShaun Pereira1-2/+2
2006-04-26Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-14/+35
2006-04-26Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik3-14/+35
2006-04-26[BRIDGE]: allow full size vlan packetsStephen Hemminger1-1/+7
2006-04-24[NETFILTER]: ipt action: use xt_check_target for basic verificationPatrick McHardy1-0/+5
2006-04-24[NETFILTER]: x_tables: move table->lock initializationDmitry Mishin1-1/+1
2006-04-24[NETFILTER]: ip6_tables: remove broken comefrom debuggingPatrick McHardy1-13/+0
2006-04-24[NETFILTER]: nf_conntrack: kill unused callback init_conntrackYasuyuki Kozakai1-3/+0
2006-04-24[NETFILTER]: ULOG target is not obsoleteThomas Voegtle1-1/+1
2006-04-24[NETFILTER]: nf_conntrack: Fix module refcount dropping too farYasuyuki Kozakai2-9/+4
2006-04-24[PATCH] softmac: fix SIOCSIWAPJohannes Berg3-14/+35
2006-04-20Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds8-10/+77
2006-04-20Merge branch 'upstream-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Jeff Garzik8-10/+77
2006-04-20[EBTABLES]: Clean up vmalloc usage in net/bridge/netfilter/ebtables.cJayachandran C1-13/+7
2006-04-20[NET]: Add skb->truesize assertion checking.David S. Miller2-0/+9
2006-04-19[TCP]: Account skb overhead in tcp_fragmentHerbert Xu1-3/+7
2006-04-19[LLC]: Use pskb_trim_rcsum() in llc_fixup_skb().David S. Miller1-1/+2
2006-04-19[NET]: sockfd_lookup_light() returns random error for -EBADFDHua Zhong1-0/+1
2006-04-19[PATCH] wext: Fix RtNetlink ENCODE security permissionsJean Tourrilhes1-0/+8
2006-04-19[PATCH] softmac: report when scanning has finishedJohannes Berg1-0/+6
2006-04-19[PATCH] softmac: fix event sendingJohannes Berg2-5/+31
2006-04-19[PATCH] softmac: handle iw_mode properlyjohannes@sipsolutions.net1-3/+15
2006-04-19[PATCH] softmac: dont send out packets while scanningjohannes@sipsolutions.net1-0/+2
2006-04-19[PATCH] softmac: return -EAGAIN from getscan while scanningjohannes@sipsolutions.net1-0/+10
2006-04-19[PATCH] softmac: fix spinlock recursion on reassocMichael Buesch1-1/+2
2006-04-19[PATCH] wext: Fix IWENCODEEXT security permissionsJean Tourrilhes1-1/+2
2006-04-19[PATCH] softmac uses Wiress Ext.Randy Dunlap1-0/+1
2006-04-19SUNRPC: Dead code in net/sunrpc/auth_gss/auth_gss.cEric Sesterhenn1-1/+0
2006-04-19NFS: make 2 functions staticAdrian Bunk1-1/+2
2006-04-19RPCSEC_GSS: fix leak in krb5 code caused by superfluous kmallocJ. Bruce Fields1-8/+3
2006-04-18[NET]: Remove redundant NULL checks before [kv]freeJesper Juhl2-7/+3
2006-04-18unaligned access in sk_run_filter()Dmitry Mishin1-2/+3
2006-04-18[IPV6]: Clean up hop-by-hop options handler.YOSHIFUJI Hideaki2-4/+3
2006-04-18[IPV6] XFRM: Fix decoding session with preceding extension header(s).YOSHIFUJI Hideaki1-2/+2
2006-04-18[IPV6] XFRM: Don't use old copy of pointer after pskb_may_pull().YOSHIFUJI Hideaki1-1/+3
2006-04-18[IPV6]: Ensure to have hop-by-hop options in our header of &sk_buff.YOSHIFUJI Hideaki1-0/+12
2006-04-18[TCP]: Fix truesize underflowHerbert Xu1-1/+3
2006-04-17[IPV4]: ip_route_input panic fixStephen Hemminger1-1/+4
2006-04-14[PATCH] ip_output: account for fraggap when checking to add trailer_lenZach Brown1-1/+1
2006-04-14[ATM] clip: add module infoStephen Hemminger1-1/+2
2006-04-14[ATM] clip: notifier related cleanupsStephen Hemminger1-20/+6
2006-04-14[ATM] clip: get rid of PROC_FS ifdefStephen Hemminger1-9/+4
2006-04-14[ATM] clip: run through LindentStephen Hemminger1-211/+199
2006-04-14[ATM]: Clip timer race.Stephen Hemminger1-11/+5
2006-04-14[ATM]: clip causes unregister hangStephen Hemminger1-15/+27
2006-04-14[XFRM]: Fix aevent timer.Jamal Hadi Salim1-6/+19
2006-04-14[IPV4]: Possible cleanups.Adrian Bunk7-13/+2
2006-04-11[WAN]: Remove broken and unmaintained Sangoma drivers.Adrian Bunk1-2/+0
2006-04-11[BRIDGE] ebtables: fix allocation in net/bridge/netfilter/ebtables.cJayachandran C1-3/+3
2006-04-11[DCCP]: Fix leak in net/dccp/ipv4.cEric Sesterhenn1-1/+1
2006-04-11[BRIDGE]: receive link-local on disabled ports.Stephen Hemminger1-3/+0
2006-04-11[IPv6] reassembly: Always compute hash under the fragment lock.Zach Brown1-6/+12
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