summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1411-46/+161
|\
| * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().David S. Miller2010-01-131-1/+6
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-01-1210-45/+155
| |\
| | * cfg80211: fix refcount imbalance when wext is disabledJohannes Berg2010-01-111-2/+2
| | * mac80211: fix queue selection for data frames on monitor interfacesFelix Fietkau2010-01-111-2/+5
| | * mac80211: fix endian errorJohannes Berg2010-01-081-2/+2
| | * mac80211: add missing sanity checks for action framesFelix Fietkau2010-01-082-1/+7
| | * mac80211: fix queue selection for packets injected via monitor interfaceLennert Buytenhek2010-01-081-0/+1
| | * Revert "mac80211: replace netif_tx_{start,stop,wake}_all_queues"John W. Linville2010-01-063-9/+9
| | * mac80211: fix-up build breakage in 2.6.33John W. Linville2010-01-061-1/+1
| | * mac80211: fix skb buffering issueJohannes Berg2010-01-056-32/+132
| | * cfg80211: fix syntax error on user regulatory hintsLuis R. Rodriguez2010-01-041-1/+1
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-1211-36/+53
|\ \ \ | |/ /
| * | af_packet: Don't use skb after dev_queue_xmit()Jarek Poplawski2010-01-111-5/+14
| * | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2010-01-085-25/+31
| |\ \
| | * | netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal2010-01-081-0/+6
| | * | netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-071-9/+9
| | * | ipvs: Add boundary check on ioctl argumentsArjan van de Ven2010-01-041-1/+13
| | * | ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2009-12-222-15/+3
| * | | tcp: update the netstamp_needed counter when cloning socketsOctavian Purdila2010-01-081-0/+4
| * | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-062-3/+2
| * | | net/sctp/socket.c: squish warningAndrew Morton2010-01-031-2/+1
| * | | rose_loopback_timer sets VC number <= ROSE_DEFAULT_MAXVCBernard Pidoux F6BVP2010-01-031-1/+1
* | | | Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6Linus Torvalds2010-01-083-3/+20
|\ \ \ \
| * | | | sunrpc: fix build-time warningRandy Dunlap2010-01-061-1/+1
| * | | | sunrpc: on successful gss error pipe write, don't return errorJeff Layton2009-12-181-1/+16
| * | | | SUNRPC: Fix the return value in gss_import_sec_context()Trond Myklebust2009-12-181-1/+1
| * | | | SUNRPC: Fix up an error return value in gss_import_sec_context_kerberos()Trond Myklebust2009-12-181-1/+3
* | | | | Merge branch 'for-2.6.33' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2010-01-061-1/+2
|\ \ \ \ \
| * | | | | sunrpc: fix peername failed on closed listenerXiaotian Feng2010-01-061-1/+2
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-3012-11/+84
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-295-5/+41
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | mac80211: fix propagation of failed hardware reconfigurationsLuis R. Rodriguez2009-12-281-0/+12
| | * | | | mac80211: fix race with suspend and dynamic_ps_disable_workLuis R. Rodriguez2009-12-281-0/+4
| | * | | | cfg80211: fix error path in cfg80211_wext_siwscanJohannes Berg2009-12-281-4/+9
| | * | | | cfg80211: fix race between deauth and assoc responseJohannes Berg2009-12-281-1/+12
| | * | | | mac80211: fix ibss join with fixed-bssidFelix Fietkau2009-12-281-0/+4
| * | | | | NET: XFRM: Fix spelling of neighbour.Ralf Baechle2009-12-261-1/+1
| * | | | | net: restore ip source validationJamal Hadi Salim2009-12-252-0/+3
| * | | | | pktgen: ndo_start_xmit can return NET_XMIT_xxx valuesJohn Fastabend2009-12-231-2/+7
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-213-3/+32
| |\ \ \ \ \ | | |/ / / /
| | * | | | mac80211: fix WMM AP settings applicationJohannes Berg2009-12-211-0/+8
| | * | | | mac80211: fix peer HT capabilitiesJohannes Berg2009-12-211-3/+22
| | * | | | mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+2
* | | | | | kfifo: rename kfifo_put... into kfifo_in... and kfifo_get... into kfifo_out...Stefani Seibold2009-12-221-2/+2
* | | | | | kfifo: cleanup namespaceStefani Seibold2009-12-221-1/+1
* | | | | | kfifo: move out spinlockStefani Seibold2009-12-221-3/+3
* | | | | | kfifo: move struct kfifo in placeStefani Seibold2009-12-221-11/+9
* | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-214-4/+7
|\ \ \ \ \ \ | |/ / / / / | | | | / / | |_|_|/ / |/| | | |
| * | | | ipv6: fix an oops when force unload ipv6 moduleYang Hongyang2009-12-181-1/+2
OpenPOWER on IntegriCloud