summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * [IPV6] tcp_v6_send_synack: release the destinationEric W. Biederman2006-01-311-0/+1
| * [NET]: Do not export inet_bind_bucket_create twice.Sam Ravnborg2006-01-311-1/+0
| * [BRIDGE]: Fix device delete race.Stephen Hemminger2006-01-312-6/+16
| * [IPV4]: Always set fl.proto in ip_route_newportsPatrick McHardy2006-01-312-2/+3
| * Fix ipv4/igmp.c compile with gcc-4 and IP_MULTICASTLinus Torvalds2006-01-311-0/+1
| * Merge branch 'upstream-fixes' of master.kernel.org:/pub/scm/linux/kernel/git/...Linus Torvalds2006-01-312-9/+29
| |\
| * | [TCP] H-TCP: Fix accountingBaruch Even2006-01-301-1/+0
| * | [IPV4] igmp: remove pointless printkDave Jones2006-01-301-1/+0
| * | [SCTP]: heartbeats exceed maximum retransmssion limitVlad Yasevich2006-01-301-1/+1
| * | [SCTP]: correct the number of INIT retransmissionsVlad Yasevich2006-01-302-4/+4
| * | [IPV6] MLDv2: fix change records when transitioning to/from inactiveDavid L Stevens2006-01-241-9/+47
| * | [AF_KEY]: no message type setJerome Borsboom2006-01-241-0/+2
| * | [BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctlThomas Graf2006-01-241-2/+3
| * | [NET]: Fix skb fclone error path handling.Herbert Xu2006-01-231-3/+5
| * | [NET]: Fix some whitespace issues in af_packet.cKris Katterjohn2006-01-231-8/+8
| * | [NET]: more whitespace issues in net/core/filter.cKris Katterjohn2006-01-231-3/+3
* | | [PATCH] Add two management functions to ieee80211_rx.cLarry Finger2006-01-311-0/+24
* | | [PATCH] ieee80211: common wx auth codeLarry Finger2006-01-301-0/+89
* | | [PATCH] ieee80211: trivial fix for misplaced ()'sDenis Vlasenko2006-01-301-1/+1
* | | [PATCH] net/: fix the WIRELESS_EXT abuseAdrian Bunk2006-01-305-15/+13
* | | Merge branch 'upstream-fixes'John W. Linville2006-01-301-2/+2
|\ \ \ | | |/ | |/|
| * | [PATCH] Typo corrections for ieee80211Larry Finger2006-01-301-2/+2
* | | [PATCH] ieee80211: Add 802.11h information element parsingZhu Yi2006-01-271-6/+103
* | | [PATCH] ieee80211: Add helpers for IBSS DFS handlingZhu Yi2006-01-271-0/+18
* | | [PATCH] ieee80211: Add 802.11h data type and structuresZhu Yi2006-01-271-1/+1
* | | [PATCH] ieee80211: Add TKIP crypt->build_ivZhu Yi2006-01-274-31/+39
* | | [PATCH] ieee80211: TIM information element parsingZhu Yi2006-01-271-1/+4
* | | [PATCH] ieee80211: kmalloc+memset -> kzalloc cleanupsZhu Yi2006-01-271-2/+1
* | | [PATCH] ieee80211: Add spectrum management informationZhu Yi2006-01-271-2/+29
* | | [PATCH] ieee80211: add flags for all geo channelsZhu Yi2006-01-271-1/+38
* | | [PATCH] ieee80211: Log if netif_rx() drops the packetZhu Yi2006-01-272-7/+13
* | | [PATCH] WEP fields are incorrectly shown to be INSIDE snap in the docDenis Vlasenko2006-01-271-13/+13
|/ /
* | [PATCH] ieee80211: Fix iwlist scan can only show about 20 APsZhu Yi2006-01-271-2/+10
* | [PATCH] ieee80211: Fix problem with not decrypting broadcast packetsZhu Yi2006-01-271-5/+17
|/
* Merge master.kernel.org:/pub/scm/linux/kernel/git/sridhar/lksctp-2.6David S. Miller2006-01-199-46/+102
|\
| * [SCTP]: Fix sctp_rcv_ootb() to handle the last chunk of a packet correctly.Tsutomu Fujii2006-01-172-4/+11
| * [SCTP]: Fix couple of races between sctp_peeloff() and sctp_rcv().Sridhar Samudrala2006-01-172-1/+38
| * [SCTP]: Fix machine check/connection hang on IA64.Vlad Yasevich2006-01-171-1/+1
| * [SCTP]: Fix bad sysctl formatting of SCTP timeout values on 64-bit m/cs.Vlad Yasevich2006-01-174-9/+6
| * [SCTP]: Fix sctp_assoc_seq_show() panics on big-endian systems.Vlad Yasevich2006-01-171-2/+2
| * [SCTP]: sctp doesn't show all associations/endpoints in /procVlad Yasevich2006-01-171-18/+10
| * [SCTP]: Fix sctp_cookie alignment in the packet.Vlad Yasevich2006-01-171-2/+12
| * [SCTP]: Fix potential race condition between sctp_close() and sctp_rcv().Sridhar Samudrala2006-01-172-10/+23
* | [PATCH] EDAC: atomic scrub operationsAlan Cox2006-01-181-1/+1
* | [PATCH] svcrpc: gss: svc context creation error handlingJ. Bruce Fields2006-01-181-1/+2
* | [PATCH] svcrpc: gss: server context init failure handlingKevin Coffman2006-01-181-12/+17
* | [PATCH] svcrpc: gss: handle the GSS_S_CONTINUEAndy Adamson2006-01-181-5/+25
* | [PATCH] svcrpc: save and restore the daddr field when request deferredJ. Bruce Fields2006-01-181-0/+2
* | Merge git://tipc.cslab.ericsson.net/pub/git/tipcDavid S. Miller2006-01-1846-1700/+1693
|\ \
| * | [TIPC] Avoid polluting the global namespacePer Liden2006-01-1844-1673/+1654