summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* inet{6}_request_sock: Init ->opt and ->pktopts in the constructorArnaldo Carvalho de Melo2008-06-108-9/+16
* ipv4: Remove unused declaration from include/net/tcp.h.Rami Rosen2008-06-101-1/+0
* l2tp: Fix potential memory corruption in pppol2tp_recvmsg()James Chapman2008-06-101-8/+12
* ipv6 netns: init net is used to set bindv6only for new sockPavel Emelyanov2008-06-091-1/+1
* irda: net/irda build fix: mcs7780Ingo Molnar2008-06-091-0/+1
* tg3: Update version to 3.92.1Matt Carlson2008-06-091-2/+2
* tg3: Fix 5761 WOLMatt Carlson2008-06-091-0/+24
* tg3: Fix a flags typoMatt Carlson2008-06-091-1/+1
* tg3: Fix 5714S / 5715S / 5780S link failuresMatt Carlson2008-06-091-2/+1
* iwlwifi: fix oops in iwl3945_led_brightness_setMarcin Slusarz2008-06-091-2/+3
* include/linux/ssb/ssb_driver_gige.h typo fixAdrian Bunk2008-06-091-1/+1
* mac80211: Checking IBSS support while changing channel in ad-hoc modeAssaf Krauss2008-06-093-12/+16
* mac80211: decrease IBSS creation latencyDan Williams2008-06-091-1/+1
* zd1211rw: Fix data padding for QoSMichael Buesch2008-06-091-1/+1
* mac80211: Fixing slow IBSS rejoinAssaf Krauss2008-06-091-0/+1
* libertas: fix sleep confirmationHolger Schurig2008-06-092-2/+5
* mac80211: send association event on IBSS createDan Williams2008-06-091-0/+5
* ipw2200: queue direct scansDan Williams2008-06-092-95/+87
* l2tp: Fix possible oops if transmitting or receiving when tunnel goes downJames Chapman2008-06-041-23/+78
* tcp: Fix for race due to temporary drop of the socket lock in skb_splice_bits.Octavian Purdila2008-06-042-3/+11
* tcp: Increment OUTRSTS in tcp_send_active_reset()Sridhar Samudrala2008-06-041-0/+2
* raw: Raw socket leak.Denis V. Lunev2008-06-042-0/+18
* lt2p: Fix possible WARN_ON from socket code when UDP socket is closedJames Chapman2008-06-041-0/+10
* Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/linville...David S. Miller2008-06-046-15/+40
|\
| * USB ID for Philips CPWUA054/00 Wireless USB Adapter 11gFelix Homann2008-06-041-0/+1
| * ssb: Fix context assertion in ssb_pcicore_dev_irqvecs_enableMichael Buesch2008-06-041-2/+2
| * libertas: fix command size for CMD_802_11_SUBSCRIBE_EVENTHolger Schurig2008-06-041-2/+2
| * ipw2200: expire and use oldest BSS on adhoc createDan Williams2008-06-041-2/+25
| * airo warning fixAndrew Morton2008-06-041-1/+1
| * b43legacy: Fix controller restart crashMichael Buesch2008-06-041-8/+9
* | sctp: Fix ECN markings for IPv6Vlad Yasevich2008-06-044-1/+14
* | sctp: Flush the queue only once during fast retransmit.Vlad Yasevich2008-06-041-34/+48
* | sctp: Start T3-RTX timer when fast retransmitting lowest TSNVlad Yasevich2008-06-043-14/+37
* | sctp: Correctly implement Fast Recovery cwnd manipulations.Vlad Yasevich2008-06-042-13/+39
* | sctp: Move sctp_v4_dst_saddr out of loopGui Jianfeng2008-06-041-1/+1
* | sctp: retran_path update bug fixGui Jianfeng2008-06-041-9/+12
* | Merge branch 'net-2.6-misc-20080605a' of git://git.linux-ipv6.org/gitroot/yos...David S. Miller2008-06-0417-97/+146
|\ \
| * | [IPV6]: Do not change protocol for UDPv6 sockets with pending sent data.Denis V. Lunev2008-06-051-3/+8
| * | [IPV6]: inet_sk(sk)->cork.opt leakDenis V. Lunev2008-06-053-2/+6
| * | [IPV6]: Do not change protocol for raw IPv6 sockets.Denis V. Lunev2008-06-051-0/+3
| * | [IPV6] NETNS: Handle ancillary data in appropriate namespace.YOSHIFUJI Hideaki2008-06-056-8/+10
| * | [IPV6]: Check outgoing interface even if source address is unspecified.YOSHIFUJI Hideaki2008-06-051-20/+22
| * | [IPV6]: Fix the data length of get destination options with short lengthYang Hongyang2008-06-051-1/+1
| * | [IPV6]: Fix the return value of get destination options with NULL data pointerYang Hongyang2008-06-051-0/+3
| * | [IPV6] ADDRCONF: Allow longer lifetime on 64bit archs.YOSHIFUJI Hideaki2008-06-053-56/+75
| * | [IPV4] TUNNEL4: Fix incoming packet length check for inter-protocol tunnel.YOSHIFUJI Hideaki2008-06-051-1/+1
| * | [IPV6] TUNNEL6: Fix incoming packet length check for inter-protocol tunnel.Colin2008-06-051-1/+1
| * | [IPV6] ADDRCONF: Check range of prefix lengthThomas Graf2008-06-051-2/+8
| * | [IPV6] UDP: Possible dst leak in udpv6_sendmsg.YOSHIFUJI Hideaki2008-06-051-0/+2
| * | [SCTP]: Fix NULL dereference of asoc.YOSHIFUJI Hideaki2008-06-054-5/+8
| |/