summaryrefslogtreecommitdiffstats
path: root/ipc (unfollow)
Commit message (Expand)AuthorFilesLines
2009-05-06wimax: fix oops if netlink fails to add attributeInaky Perez-Gonzalez1-5/+6
2009-05-05netfilter: ctnetlink: fix wrong message type in user updatesPablo Neira Ayuso1-28/+20
2009-05-05netfilter: xt_cluster: fix use of cluster match with 32 nodesPablo Neira Ayuso2-1/+9
2009-05-05netfilter: ip6t_ipv6header: fix match on packets ending with NEXTHDR_NONEChristoph Paasch1-3/+3
2009-05-05netfilter: add missing linux/types.h include to xt_LED.hPatrick McHardy1-0/+2
2009-05-05e1000: fix virtualization bugJesse Brandeburg1-1/+1
2009-05-05bonding: fix alb mode locking regressionJay Vosburgh1-9/+3
2009-05-04Bluetooth: Fix issue with sysfs handling for connectionsMarcel Holtmann3-34/+43
2009-05-04mac80211: pid, fix memory corruptionJiri Slaby1-34/+39
2009-05-04mac80211: minstrel, fix memory corruptionJiri Slaby1-1/+1
2009-05-04cfg80211: fix comment on regulatory hint processingLuis R. Rodriguez1-1/+1
2009-05-04cfg80211: fix bug while trying to process beacon hints on initLuis R. Rodriguez1-1/+8
2009-05-04cfg80211: fix race condition with wiphy_apply_custom_regulatory()Luis R. Rodriguez1-0/+6
2009-05-04iwlwifi: update key flags at time key is setReinette Chatre1-10/+11
2009-05-04cfg80211: fix truncated IEsJohannes Berg1-0/+1
2009-05-04mac80211: correct fragmentation threshold checkJohannes Berg1-1/+1
2009-05-04iwlwifi: remove EXPORT_SYMBOL for static symbolAndreas Schwab1-1/+0
2009-05-04usbnet: CDC EEM support (v5)Omar Laazimani4-0/+399
2009-05-04tcp: Fix tcp_prequeue() to get correct rto_min valueSatoru SATOH2-11/+13
2009-05-04ehea: fix invalid pointer accessHannes Hering2-14/+19
2009-05-02ne2k-pci: Do not register device until initialized.Lubomir Rintel1-4/+3
2009-05-02Subject: [PATCH] br2684: restore net_dev initializationRabin Vincent1-0/+1
2009-05-02net: Only store high 16 bits of kernel generated filter prioritiesRobert Love1-1/+1
2009-05-02virtio_net: Fix function name typoAlex Williamson1-4/+4
2009-05-02virtio_net: Cleanup command queue scatterlist usageAlex Williamson1-6/+10
2009-05-02bonding: correct the cleanup in bond_create()Jiri Pirko1-7/+6
2009-05-02virtio: add missing include to virtio_net.hGrant Likely1-0/+1
2009-05-02smsc95xx: add support for LAN9512 and LAN9514Steve Glendinning1-0/+5
2009-05-02smsc95xx: configure LED outputsSteve Glendinning2-0/+13
2009-05-02netconsole: take care of NETDEV_UNREGISTER eventBruno Prémont1-1/+10
2009-05-02xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth1-0/+1
2009-05-02bonding: bond_slave_info_query() fixEric Dumazet1-16/+7
2009-05-01cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky1-1/+1
2009-05-01netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet1-2/+2
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet1-4/+5
2009-04-30net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski1-13/+14
2009-04-30mv643xx_eth: 64bit mib counter read fixLennert Buytenhek1-2/+0
2009-04-30mv643xx_eth: OOM handling fixesLennert Buytenhek1-9/+13
2009-04-29mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-29mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-29e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-29netfilter: revised locking for x_tablesStephen Hemminger5-296/+204
2009-04-28ath5k: fix buffer overrun in rate debug codeBob Copeland1-1/+1
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-28rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna1-4/+10
2009-04-28wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell1-1/+0
2009-04-28Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann1-6/+3
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann4-3/+40
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros2-22/+18
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2-3/+17