aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-05-24Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik6-60/+146
2006-05-24Merge branch 'master' into upstreamJeff Garzik3-17/+23
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 branch 'master' into upstreamJeff Garzik7-13/+14
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-22Merge branch 'from-linus' into upstreamJohn W. Linville18-127/+188
2006-05-20Merge branch 'master' into upstreamJeff Garzik64-389/+554
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-17Merge branch 'from-linus' into upstreamJohn W. Linville20-153/+183
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: suggest per-frame-type TX rateDaniel Drake4-35/+108
2006-05-05[PATCH] ieee80211_wx.c: remove dead codeAdrian Bunk1-1/+1
2006-05-05[PATCH] softmac: deauthentication implies deassociationDaniel Drake4-24/+37
2006-05-05Merge branch 'upstream-fixes' into upstreamJohn W. Linville4-4/+41
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-05Merge branch 'from-linus' into upstreamJohn W. Linville41-172/+200
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-02Merge branch 'master' into upstreamJeff Garzik11-39/+40
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-27Merge branch 'master' into upstreamJeff Garzik1-1/+7
2006-04-26Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds3-14/+35
2006-04-26Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/linv...Jeff Garzik8-62/+134
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: clean up event handling codeJohannes Berg1-15/+10
2006-04-24[PATCH] softmac: add SIOCSIWMLMEJohannes Berg3-1/+34
2006-04-24[PATCH] ieee80211: replace debug IEEE80211_WARNING with each own debug macroZhu Yi1-8/+8
2006-04-24[PATCH] ieee80211: remove unnecessary CONFIG_WIRELESS_EXT checkingZhu Yi1-2/+0
2006-04-24[PATCH] ieee80211: export list of bit rates with standard WEXT procdduresZhu Yi1-23/+21
2006-04-24[PATCH] ieee80211: Fix TX code doesn't enable QoS when using WPA + QoSZhu Yi1-12/+51
2006-04-24[PATCH] ieee80211: Fix TKIP MIC calculation for QoS framesZhu Yi1-1/+10
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
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/linv...Jeff 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
2006-03-28[NET]: deinline 200+ byte inlines in sock.hDenis Vlasenko1-0/+93
2006-03-28[ECONET]: Convert away from SOCKOPS_WRAPPEDDavid S. Miller1-55/+85