summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* ebtables: check struct type before computing gapChuck Ebbert2007-01-091-1/+2
* TCP: Fix and simplify microsecond rtt samplingJohn Heffner2007-01-091-8/+8
* [IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2007-01-092-6/+7
* Bluetooth: Add packet size checks for CAPI messages (CVE-2006-6106)Marcel Holtmann2007-01-091-6/+33
* [PKTGEN]: Fix module load/unload races.Robert Olsson2007-01-041-2/+18
* NET_SCHED: Fix fallout from dev->qdisc RCU changePatrick McHardy2007-01-044-61/+39
* bridge-netfilter: don't overwrite memory outside of skbStephen Hemminger2006-12-181-3/+7
* [IPV4] ip_fragment: Always compute hash with ipfrag_lock held.David S. Miller2006-12-171-5/+10
* Fix SUNRPC wakeup/execute race conditionChristophe Saout2006-12-151-4/+6
* [IPV4]: severe locking bug in fib_semantics.cAlexey Kuznetsov2006-12-141-6/+6
* [IPSEC]: Fix inetpeer leak in ipv4 xfrm dst entries.David S. Miller2006-12-091-0/+2
* [XFRM]: Use output device disable_xfrm for forwarded packetsPatrick McHardy2006-12-091-1/+1
* bridge: fix possible overflow in get_fdb_entries (CVE-2006-5751)Chris Wright2006-12-041-4/+5
* [EBTABLES]: Prevent wraparounds in checks for entry components' sizes.Al Viro2006-12-041-8/+9
* [EBTABLES]: Deal with the worst-case behaviour in loop checks.Al Viro2006-12-041-1/+3
* [EBTABLES]: Verify that ebt_entries have zero ->distinguisher.Al Viro2006-12-041-5/+5
* [EBTABLES]: Fix wraparounds in ebt_entries verification.Al Viro2006-12-041-7/+16
* [NET_SCHED]: policer: restore compatibility with old iproute binariesPatrick McHardy2006-12-041-4/+22
* [PKT_SCHED] act_gact: division by zeroKim Nordlund2006-12-041-2/+2
* [IPV6]: Fix address/interface handling in UDP and DCCP, according to the scop...YOSHIFUJI Hideaki2006-12-042-5/+4
* remove garbage the sneaked into the ext3 fixAdrian Bunk2006-12-042-3/+3
* SCTP: Always linearise packet on inputHerbert Xu2006-11-291-0/+3
* add forgotten ->b_data in memcpy() call in ext3/resize.c (oopsable)Al Viro2006-11-292-3/+3
* [UDP]: Make udp_encap_rcv use pskb_may_pullOlaf Kirch2006-11-291-5/+14
* [IPX]: Annotate and fix IPX checksumAl Viro2006-11-242-14/+21
* [IPX]: Fix typo, ipxhdr() --> ipx_hdr()David S. Miller2006-11-241-1/+1
* [IPX]: Another nonlinear receive fixStephen Hemminger2006-11-241-2/+5
* [IPX]: Header length validation neededStephen Hemminger2006-11-241-1/+2
* [IPX]: Correct return type of ipx_map_frame_type().Alexey Dobriyan2006-11-241-2/+2
* [RTNETLINK]: Fix IFLA_ADDRESS handling.David Miller2006-11-201-1/+14
* Fix timer race in dst GC codeDmitry Mishin2006-11-171-2/+1
* [NET]: Update frag_list in pskb_trimHerbert Xu2006-11-111-32/+74
* [NET]: __alloc_pages() failures reported due to fragmentationLarry Woodman2006-11-091-1/+1
* [NET]: Set truesize in pskb_copyHerbert Xu2006-11-091-0/+1
* [TCP]: Don't use highmem in tcp hash size calculation.John Heffner2006-11-091-2/+2
* [IPV4]: Limit rt cache size properly.Kirill Korotaev2006-11-081-1/+1
* [NET]: Add missing UFO initialisationsHerbert Xu2006-11-082-0/+3
* [MAINTAINERS]: Add proper entry for TC classifierStephen Hemminger2006-11-071-2/+0
* [PKT_SCHED]: act_api: Fix module leak while flushing actionsThomas Graf2006-11-071-1/+1
* PKT_SCHED: Return ENOENT if action module is unavailableThomas Graf2006-11-071-0/+1
* PKT_SCHED: Fix illegal memory dereferences when dumping actionsThomas Graf2006-11-071-6/+5
* PKT_SCHED: Fix error handling while dumping actionsThomas Graf2006-11-071-2/+4
* [NETFILTER]: Fix ip6_tables extension header bypass bug (CVE-2006-4572)Patrick McHardy2006-11-056-11/+39
* [NETFILTER]: Fix ip6_tables protocol bypass bug (CVE-2006-4572)Patrick McHardy2006-11-051-4/+6
* knfsd: Fix race that can disable NFS server.Neil Brown2006-11-051-1/+1
* [IPV6]: fix lockup via /proc/net/ip6_flowlabel (CVE-2006-5619)James Morris2006-11-051-0/+2
* fix RARP ic_servaddr breakageAl Viro2006-11-051-1/+1
* PKT_SCHED: cls_basic: Use unsigned int when generating handleKim Nordlund2006-10-141-1/+1
* [ATM] CLIP: Do not refer freed skbuff in clip_mkip() (CVE-2006-4997)YOSHIFUJI Hideaki2006-10-141-0/+2
* IPV6: Sum real space for RTAs.YOSHIFUJI Hideaki2006-10-131-4/+24