summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2007-02-27[DECNET]: Fix sfuzz hanging on 2.6.18Patrick McHardy1-1/+3
2007-02-26[TCP]: Prevent pseudo garbage in SYN's advertized windowIlpo Järvinen1-2/+2
2007-02-26[IPV4/IPV6] multicast: Check add_grhead() return valueAlexey Dobriyan2-0/+4
2007-02-21[Bluetooth] Restrict well known PSM to privileged usersMarcel Holtmann1-0/+6
2007-02-21[Bluetooth] Missing endian swapping for L2CAP socket listMarcel Holtmann1-2/+2
2007-02-14Revert "[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP"Adrian Bunk3-161/+17
2007-02-14[TCP]: struct tcp_sack_block annotationsAl Viro2-2/+2
2007-02-14[IPX]: Fix NULL pointer dereference on ipx unloadJiri Bohac1-8/+16
2007-02-14[NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu1-0/+3
2007-02-14[TCP]: Don't apply FIN exception to full TSO segments.John Heffner1-1/+2
2007-02-14[ATM]: Fix for crash in adummy_init()Daniel Walker1-1/+2
2007-02-14TCP: skb is unexpectedly freed.Masayuki Nakagawa1-2/+4
2007-02-14TCP: Fix sorting of SACK blocks.Baruch Even1-4/+5
2007-02-14AF_PACKET: Check device down state before hard header callbacks.David S. Miller1-8/+8
2007-02-14DECNET: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman1-2/+9
2007-01-26[Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann1-9/+9
2007-01-26[Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann8-14/+38
2007-01-26[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann3-17/+161
2007-01-26[Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann1-0/+1
2007-01-26[Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2-2/+2
2007-01-25[Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann1-3/+6
2007-01-25[Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann1-7/+15
2007-01-25BLUETOOTH: Fix unaligned access in hci_send_to_sock.David S. Miller1-4/+7
2007-01-25[Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann1-0/+3
2007-01-24[Bluetooth] Let BT_HIDP depend on INPUTAdrian Bunk1-2/+1
2007-01-22NETFILTER: arp_tables: missing unregistration on module unloadPatrick McHardy1-0/+2
2007-01-21NETFILTER: NAT: fix NOTRACK checksum handlingPatrick McHardy1-5/+6
2007-01-18[IPV6] Fix joining all-node multicast group.YOSHIFUJI Hideaki2-6/+4
2007-01-09ebtables: check struct type before computing gapChuck Ebbert1-1/+2
2007-01-09TCP: Fix and simplify microsecond rtt samplingJohn Heffner1-8/+8
2007-01-09[IPV4/IPV6]: Fix inet{,6} device initialization order.David L Stevens2-6/+7
2007-01-09Bluetooth: Add packet size checks for CAPI messages (CVE-2006-6106)Marcel Holtmann1-6/+33
2007-01-04[PKTGEN]: Fix module load/unload races.Robert Olsson1-2/+18
2007-01-04NET_SCHED: Fix fallout from dev->qdisc RCU changePatrick McHardy4-61/+39
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