summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Revert "[Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDP"Adrian Bunk2007-02-143-161/+17
* [TCP]: struct tcp_sack_block annotationsAl Viro2007-02-142-2/+2
* [IPX]: Fix NULL pointer dereference on ipx unloadJiri Bohac2007-02-141-8/+16
* [NETFILTER]: Clear GSO bits for TCP reset packetHerbert Xu2007-02-141-0/+3
* [TCP]: Don't apply FIN exception to full TSO segments.John Heffner2007-02-141-1/+2
* [ATM]: Fix for crash in adummy_init()Daniel Walker2007-02-141-1/+2
* TCP: skb is unexpectedly freed.Masayuki Nakagawa2007-02-141-2/+4
* TCP: Fix sorting of SACK blocks.Baruch Even2007-02-141-4/+5
* AF_PACKET: Check device down state before hard header callbacks.David S. Miller2007-02-141-8/+8
* DECNET: Handle a failure in neigh_parms_alloc (take 2)Eric W. Biederman2007-02-141-2/+9
* [Bluetooth] Fix deadlock in the L2CAP layerMarcel Holtmann2007-01-261-9/+9
* [Bluetooth] Add locking for bt_proto array manipulationMarcel Holtmann2007-01-268-14/+38
* [Bluetooth] Fix compat ioctl for BNEP, CMTP and HIDPMarcel Holtmann2007-01-263-17/+161
* [Bluetooth] Handle command complete event for exit periodic inquiryMarcel Holtmann2007-01-261-0/+1
* [Bluetooth] Return EINPROGRESS for non-blocking socket callsMarcel Holtmann2007-01-262-2/+2
* [Bluetooth] Fix uninitialized return value for RFCOMM sendmsg()Marcel Holtmann2007-01-251-3/+6
* [Bluetooth] More checks if DLC is still attached to the TTYMarcel Holtmann2007-01-251-7/+15
* BLUETOOTH: Fix unaligned access in hci_send_to_sock.David S. Miller2007-01-251-4/+7
* [Bluetooth] Check if DLC is still attached to the TTYMarcel Holtmann2007-01-251-0/+3
* [Bluetooth] Let BT_HIDP depend on INPUTAdrian Bunk2007-01-241-2/+1
* NETFILTER: arp_tables: missing unregistration on module unloadPatrick McHardy2007-01-221-0/+2
* NETFILTER: NAT: fix NOTRACK checksum handlingPatrick McHardy2007-01-201-5/+6
* [IPV6] Fix joining all-node multicast group.YOSHIFUJI Hideaki2007-01-182-6/+4
* 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