summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2006-12-18bridge-netfilter: don't overwrite memory outside of skbStephen Hemminger1-3/+7
2006-12-17[IPV4] ip_fragment: Always compute hash with ipfrag_lock held.David S. Miller1-5/+10
2006-12-15Fix SUNRPC wakeup/execute race conditionChristophe Saout1-4/+6
2006-12-15[IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov1-6/+6
2006-12-09[IPSEC]: Fix inetpeer leak in ipv4 xfrm dst entries.David S. Miller1-0/+2
2006-12-09[XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy1-1/+1
2006-12-04bridge: fix possible overflow in get_fdb_entries (CVE-2006-5751)Chris Wright1-4/+5
2006-12-04[EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro1-8/+9
2006-12-04[EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro1-1/+3
2006-12-04[EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro1-5/+5
2006-12-04[EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro1-7/+16
2006-12-04[NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy1-4/+22
2006-12-04[PKT_SCHED] act_gact: division by zeroKim Nordlund1-2/+2
2006-12-04[IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2-5/+4
2006-12-04remove garbage the sneaked into the ext3 fixAdrian Bunk2-3/+3
2006-11-29SCTP: Always linearise packet on inputHerbert Xu1-0/+3
2006-11-29add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2-3/+3
2006-11-29[UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch1-5/+14
2006-11-24[IPX]: Annotate and fix IPX checksumAl Viro2-14/+21
2006-11-24[IPX]: Fix typo, ipxhdr() --> ipx_hdr()David S. Miller1-1/+1
2006-11-24[IPX]: Another nonlinear receive fixStephen Hemminger1-2/+5
2006-11-24[IPX]: Header length validation neededStephen Hemminger1-1/+2
2006-11-24[IPX]: Correct return type of ipx_map_frame_type().Alexey Dobriyan1-2/+2
2006-11-20[RTNETLINK]: Fix IFLA_ADDRESS handling.David Miller1-1/+14
2006-11-17Fix timer race in dst GC codeDmitry Mishin1-2/+1
2006-11-11[NET]: Update frag_list in pskb_trimHerbert Xu1-32/+74
2006-11-09[NET]: __alloc_pages() failures reported due to fragmentationLarry Woodman1-1/+1
2006-11-09[NET]: Set truesize in pskb_copyHerbert Xu1-0/+1
2006-11-09[TCP]: Don't use highmem in tcp hash size calculation.John Heffner1-2/+2
2006-11-08[IPV4]: Limit rt cache size properly.Kirill Korotaev1-1/+1
2006-11-08[NET]: Add missing UFO initialisationsHerbert Xu2-0/+3
2006-11-07[MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger1-2/+0
2006-11-07[PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf1-1/+1
2006-11-07PKT_SCHED: Return ENOENT if action module is unavailableThomas Graf1-0/+1
2006-11-07PKT_SCHED: Fix illegal memory dereferences when dumping actionsThomas Graf1-6/+5
2006-11-07PKT_SCHED: Fix error handling while dumping actionsThomas Graf1-2/+4
2006-11-05[NETFILTER]: Fix ip6_tables extension header bypass bug (CVE-2006-4572)Patrick McHardy6-11/+39
2006-11-05[NETFILTER]: Fix ip6_tables protocol bypass bug (CVE-2006-4572)Patrick McHardy1-4/+6
2006-11-05knfsd: Fix race that can disable NFS server.Neil Brown1-1/+1
2006-11-05[IPV6]: fix lockup via /proc/net/ip6_flowlabel (CVE-2006-5619)James Morris1-0/+2
2006-11-05fix RARP ic_servaddr breakageAl Viro1-1/+1
2006-10-14PKT_SCHED: cls_basic: Use unsigned int when generating handleKim Nordlund1-1/+1
2006-10-14[ATM] CLIP: Do not refer freed skbuff in clip_mkip() (CVE-2006-4997)YOSHIFUJI Hideaki1-0/+2
2006-10-13IPV6: Sum real space for RTAs.YOSHIFUJI Hideaki1-4/+24
2006-09-06[PKTGEN]: Make sure skb->{nh,h} are initialized in fill_packet_ipv6() too.David S. Miller1-0/+2
2006-09-06[PKTGEN]: Fix oops when used with balance-tlb bondingChen-Li Tien1-0/+2
2006-09-06[IPV6]: Fix kernel OOPs when setting sticky socket options.YOSHIFUJI Hideaki1-13/+16
2006-09-05Fix sctp_primitive_ABORT() call in sctp_close()Sridhar Samudrala1-3/+7
2006-09-01ethtool: fix oops in ethtool_set_pauseparam()Willy Tarreau1-1/+1
2006-08-31ETHTOOL: Fix UFO typoHerbert Xu1-1/+2