summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* [PATCH] ieee80211: Use IWEVGENIE to set WPA IEZhu Yi2006-02-171-22/+10
* Merge branch 'upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/jgar...John W. Linville2006-02-1713-79/+385
|\
| * Merge branch 'viro'Jeff Garzik2006-02-098-7/+5
| |\
| * \ Merge branch 'master'Jeff Garzik2006-02-0749-173/+325
| |\ \
| * | | [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] 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
* | | | | [NETFILTER]: nf_conntrack: Fix TCP/UDP HW checksum handling for IPv6 packetYasuyuki Kozakai2006-02-152-2/+6
* | | | | [NETFILTER]: nf_conntrack: attach conntrack to locally generated ICMPv6 errorYasuyuki Kozakai2006-02-151-0/+6
* | | | | [NETFILTER]: nf_conntrack: attach conntrack to TCP RST generated by ip6t_REJECTYasuyuki Kozakai2006-02-151-0/+2
* | | | | [NETFILTER]: nf_conntrack: move registration of __nf_ct_attachYasuyuki Kozakai2006-02-152-5/+5
* | | | | [NETFILTER]: x_tables: fix dependencies of conntrack related modulesYasuyuki Kozakai2006-02-151-3/+3
* | | | | [XFRM]: Fix SNAT-related crash in xfrm4_output_finishPatrick McHardy2006-02-154-11/+24
* | | | | [BRIDGE]: Fix deadlock in br_stp_disable_bridgeAdrian Drzewiecki2006-02-151-2/+2
* | | | | [NETFILTER]: Fix xfrm lookup after SNATPatrick McHardy2006-02-152-3/+44
* | | | | [NET]: Revert skb_copy_datagram_iovec() recursion elimination.David S. Miller2006-02-131-28/+53
* | | | | [IPSEC]: Fix strange IPsec freeze.Herbert Xu2006-02-131-1/+3
* | | | | [IPV6] Don't store dst_entry for RAW socketNicolas DICHTEL2006-02-131-4/+1
* | | | | [NETLINK] genetlink: Fix bugs spotted by Andrew Morton.Jamal Hadi Salim2006-02-131-7/+4
* | | | | [BRIDGE]: Better fix for netfilter missing symbol has_bridge_parentStephen Hemminger2006-02-131-2/+2
* | | | | [NETFILTER] Fix Kconfig menu level for x_tablesHarald Welte2006-02-131-2/+2
* | | | | Merge master.kernel.org:/pub/scm/linux/kernel/git/holtmann/bluetooth-2.6David S. Miller2006-02-132-6/+17
|\ \ \ \ \
| * | | | | [Bluetooth] Fix NULL pointer dereferences of the HCI socketMarcel Holtmann2006-02-131-2/+8
| * | | | | [Bluetooth] Reduce L2CAP MTU for RFCOMM connectionsMarcel Holtmann2006-02-131-4/+9
* | | | | | [P8023]: Fix tainting of kernel.Dave Jones2006-02-131-0/+2
* | | | | | [IPV4] ICMP: Invert default for invalid icmp msgs sysctlDave Jones2006-02-131-1/+1
* | | | | | [ATM]: Ratelimit atmsvc failure messagesDave Jones2006-02-131-1/+2
|/ / / / /
* | | | | [PATCH] netfilter: fix build error due to missing has_bridge_parent macroJesper Juhl2006-02-121-1/+1
* | | | | [BRIDGE]: fix error handling for add interface to bridgeStephen Hemminger2006-02-093-73/+59
* | | | | [BRIDGE]: netfilter handle RCU during removalStephen Hemminger2006-02-091-15/+38
* | | | | [BRIDGE]: fix for RCU and deadlock on device removalStephen Hemminger2006-02-094-30/+41
* | | | | [TCP]: rcvbuf lock when tcp_moderate_rcvbuf enabledJohn Heffner2006-02-091-1/+2
* | | | | [IRDA]: out of range array access David Binderman2006-02-091-1/+1
* | | | | [IRDA]: Set proper IrLAP device address lengthSamuel Ortiz2006-02-091-2/+2
* | | | | [NETLINK]: illegal use of pid in rtnetlinkAlexey Kuznetsov2006-02-093-3/+3
* | | | | [NETLINK]: Fix a severe bugAlexey Kuznetsov2006-02-091-3/+4
| |_|_|/ |/| | |
* | | | [IPV6]: Address autoconfiguration does not work after device down/up cycleKristian Slavov2006-02-081-0/+3
* | | | [PATCH] net/ipv6/mcast.c NULL noise removalAl Viro2006-02-071-1/+1